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
+
1
5
## [ 3.1.0] - 2022-05-19
2
6
3
7
* 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:
15
15
``` dart
16
16
dependencies:
17
17
...
18
- woosignal: ^3.1.0
18
+ woosignal: ^3.1.1
19
19
```
20
20
21
21
### Usage example #
22
- Import woosignal.dart
22
+ Import ` woosignal.dart `
23
23
``` dart
24
24
import 'package:woosignal/woosignal.dart';
25
25
```
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ import 'package:woosignal/models/response/setting_option_batch.dart';
53
53
import 'package:woosignal/models/response/product_batch.dart' ;
54
54
55
55
/// WooSignal Package version
56
- const String wooSignalVersion = "3.1.0 " ;
56
+ const String wooSignalVersion = "3.1.1 " ;
57
57
58
58
class WooSignal {
59
59
WooSignal ._privateConstructor ();
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 : 3.1.0
3
+ version : 3.1.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
@@ -11,7 +11,7 @@ environment:
11
11
12
12
dependencies :
13
13
dio : ^4.0.6
14
- device_info_plus : ^3.2.3
14
+ device_info_plus : ^4.1.2
15
15
shared_preferences : ^2.0.15
16
16
uuid : ^3.0.6
17
17
@@ -20,4 +20,4 @@ dependencies:
20
20
21
21
dev_dependencies :
22
22
lints : ^2.0.0
23
- test : ^1.16.0
23
+ test : ^1.19.3
Original file line number Diff line number Diff line change 12
12
</content >
13
13
<orderEntry type =" sourceFolder" forTests =" false" />
14
14
<orderEntry type =" library" name =" Dart SDK" level =" project" />
15
- <orderEntry type =" library" name =" Dart Packages" level =" project" />
16
15
<orderEntry type =" library" name =" Flutter Plugins" level =" project" />
16
+ <orderEntry type =" library" name =" Dart Packages" level =" project" />
17
17
</component >
18
18
</module >
You can’t perform that action at this time.
0 commit comments