File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1+ ## [ 3.13.6] - 2024-04-09
2+
3+ * Pubspec.yaml dependency updates.
4+
15## [ 3.14.0] - 2024-04-06
26
37* Add toJson method to ` Product ` class
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.14.0
18+ woosignal: ^3.14.1
1919```
2020
2121### Usage example #
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ import 'package:encrypt/encrypt.dart' as enc;
5757import 'package:encrypt/encrypt.dart' ;
5858
5959/// WooSignal Package version
60- const String _wooSignalVersion = "3.14.0 " ;
60+ const String _wooSignalVersion = "3.14.1 " ;
6161
6262class WooSignal {
6363 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.14.0
3+ version : 3.14.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 : ^5.4.2+1
14- device_meta : ^1.1.19
14+ device_meta : ^1.1.20
1515 encrypt : ^5.0.3
1616
1717 flutter :
You can’t perform that action at this time.
0 commit comments