File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 1+ ## [ 1.2.1] - 2020-10-30
2+
3+ * Dependency updates
4+
15## [ 1.2.0] - 2020-09-05
26
37* New method to retrieve a product
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: ^1.2.0
18+ woosignal: ^1.2.1
1919```
2020
2121### Usage example #
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 : 1.2.0
3+ version : 1.2.1
44homepage : https://woosignal.com
55repository : https://github.com/woosignal/flutter-woocommerce-api
66issue_tracker : https://github.com/woosignal/flutter-woocommerce-api/issues
@@ -10,10 +10,10 @@ environment:
1010 sdk : " >=2.1.0 <3.0.0"
1111
1212dependencies :
13- dio : ^3.0.9
14- device_info : ^0.4.2+1
15- shared_preferences : ^0.5.6+3
16- uuid : ^2.0.4
13+ dio : ^3.0.10
14+ device_info : ^0.4.2+9
15+ shared_preferences : ^0.5.12+2
16+ uuid : ^2.2.2
1717
1818 flutter :
1919 sdk : flutter
You can’t perform that action at this time.
0 commit comments