File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1+ ## [ 4.2.0] - 2025-05-23
2+
3+ * Add money formatter into library
4+
15## [ 4.1.6] - 2025-05-23
26
37* 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: ^4.1.6
18+ woosignal: ^4.2.0
1919```
2020
2121### Usage example #
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ import 'package:encrypt/encrypt.dart' as enc;
5858import 'package:encrypt/encrypt.dart' ;
5959
6060/// WooSignal Package version
61- const String _wooSignalVersion = "4.1.6 " ;
61+ const String _wooSignalVersion = "4.2.0 " ;
6262
6363class WooSignal {
6464 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 : 4.1.6
3+ version : 4.2.0
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