File tree Expand file tree Collapse file tree 5 files changed +9
-5
lines changed Expand file tree Collapse file tree 5 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1- ## [ 3.2.2] - 2022-02-20
1+ ## [ 3.2.3] - 2022-02-24
2+
3+ * Flutter version bump
4+
5+ * ## [ 3.2.2] - 2022-02-20
26
37* Add logo to package
48* Pubspec.yaml dependency updates.
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.2
18+ woosignal: ^3.2.3
1919```
2020
2121### Usage example #
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: woosignal_woocommerce_example
22description : Demonstrates how to use the woosignal plugin.
33
44environment :
5- sdk : ' >=2.15 .0 <3.0.0'
5+ sdk : ' >=2.19 .0 <3.0.0'
66
77dependencies :
88 flutter :
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.2 " ;
56+ const String wooSignalVersion = "3.2.3 " ;
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.2
3+ version : 3.2.3
44homepage : https://woosignal.com
55repository : https://github.com/woosignal/flutter-woocommerce-api
66issue_tracker : https://github.com/woosignal/flutter-woocommerce-api/issues
You can’t perform that action at this time.
0 commit comments