File tree Expand file tree Collapse file tree 5 files changed +11
-7
lines changed Expand file tree Collapse file tree 5 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 1+ ## [ 3.1.1] - 2022-08-29
2+
3+ * Dependency updates
4+
15## [ 3.1.0] - 2022-05-19
26
37* New API for product tags
Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ In your flutter project add the dependency:
1515``` dart
1616dependencies:
1717 ...
18- woosignal: ^3.1.0
18+ woosignal: ^3.1.1
1919```
2020
2121### Usage example #
22- Import woosignal.dart
22+ Import ` woosignal.dart `
2323``` dart
2424import 'package:woosignal/woosignal.dart';
2525```
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.1.0 " ;
56+ const String wooSignalVersion = "3.1.1 " ;
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.1.0
3+ version : 3.1.1
44homepage : https://woosignal.com
55repository : https://github.com/woosignal/flutter-woocommerce-api
66issue_tracker : https://github.com/woosignal/flutter-woocommerce-api/issues
@@ -11,7 +11,7 @@ environment:
1111
1212dependencies :
1313 dio : ^4.0.6
14- device_info_plus : ^3.2.3
14+ device_info_plus : ^4.1.2
1515 shared_preferences : ^2.0.15
1616 uuid : ^3.0.6
1717
@@ -20,4 +20,4 @@ dependencies:
2020
2121dev_dependencies :
2222 lints : ^2.0.0
23- test : ^1.16.0
23+ test : ^1.19.3
Original file line number Diff line number Diff line change 1212 </content >
1313 <orderEntry type =" sourceFolder" forTests =" false" />
1414 <orderEntry type =" library" name =" Dart SDK" level =" project" />
15- <orderEntry type =" library" name =" Dart Packages" level =" project" />
1615 <orderEntry type =" library" name =" Flutter Plugins" level =" project" />
16+ <orderEntry type =" library" name =" Dart Packages" level =" project" />
1717 </component >
1818</module >
You can’t perform that action at this time.
0 commit comments