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
+
1
5
## [ 1.2.0] - 2020-09-05
2
6
3
7
* 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:
15
15
``` dart
16
16
dependencies:
17
17
...
18
- woosignal: ^1.2.0
18
+ woosignal: ^1.2.1
19
19
```
20
20
21
21
### Usage example #
Original file line number Diff line number Diff line change 1
1
name : woosignal
2
2
description : 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
4
4
homepage : https://woosignal.com
5
5
repository : https://github.com/woosignal/flutter-woocommerce-api
6
6
issue_tracker : https://github.com/woosignal/flutter-woocommerce-api/issues
@@ -10,10 +10,10 @@ environment:
10
10
sdk : " >=2.1.0 <3.0.0"
11
11
12
12
dependencies :
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
17
17
18
18
flutter :
19
19
sdk : flutter
You can’t perform that action at this time.
0 commit comments