File tree Expand file tree Collapse file tree 5 files changed +15
-6
lines changed Expand file tree Collapse file tree 5 files changed +15
-6
lines changed Original file line number Diff line number Diff line change 1+ ## [ 3.2.2] - 2022-02-20
2+
3+ * Add logo to package
4+ * Pubspec.yaml dependency updates.
5+
16## [ 3.2.1] - 2022-12-28
27
38* Update copyright version
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ In your flutter project add the dependency:
1515``` dart
1616dependencies:
1717 ...
18- woosignal: ^3.2.1
18+ woosignal: ^3.2.2
1919```
2020
2121### Usage example #
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ import 'package:woosignal/models/response/setting_option_batch.dart';
5353import 'package:woosignal/models/response/product_batch.dart' ;
5454
5555/// WooSignal Package version
56- const String wooSignalVersion = "3.2.1 " ;
56+ const String wooSignalVersion = "3.2.2 " ;
5757
5858class WooSignal {
5959 WooSignal ._privateConstructor ();
Original file line number Diff line number Diff line change 11name : woosignal
22description : WooCommerce REST API for dart, connect a WooCommerce store and start developing with our interface for their API endpoints.
3- version : 3.2.1
3+ version : 3.2.2
44homepage : https://woosignal.com
55repository : https://github.com/woosignal/flutter-woocommerce-api
66issue_tracker : https://github.com/woosignal/flutter-woocommerce-api/issues
77documentation : https://woosignal.com/docs/api/1.0/overview
88
99environment :
10- sdk : ' >=2.17 .0 <3.0.0'
10+ sdk : ' >=2.19 .0 <3.0.0'
1111
1212dependencies :
13- dio : ^4 .0.6
13+ dio : ^5 .0.0
1414 device_info_plus : ^8.0.0
1515 shared_preferences : ^2.0.15
1616 uuid : ^3.0.6
@@ -20,4 +20,8 @@ dependencies:
2020
2121dev_dependencies :
2222 lints : ^2.0.0
23- test : ^1.19.3
23+ test : ^1.19.3
24+
25+ screenshots :
26+ - description : The WooSignal package logo.
27+ path : screenshots/logo.png
You can’t perform that action at this time.
0 commit comments