File tree 4 files changed +8
-4
lines changed
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
+
1
5
## [ 3.14.0] - 2024-04-06
2
6
3
7
* 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:
15
15
``` dart
16
16
dependencies:
17
17
...
18
- woosignal: ^3.14.0
18
+ woosignal: ^3.14.1
19
19
```
20
20
21
21
### Usage example #
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ import 'package:encrypt/encrypt.dart' as enc;
57
57
import 'package:encrypt/encrypt.dart' ;
58
58
59
59
/// WooSignal Package version
60
- const String _wooSignalVersion = "3.14.0 " ;
60
+ const String _wooSignalVersion = "3.14.1 " ;
61
61
62
62
class WooSignal {
63
63
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.14.0
3
+ version : 3.14.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 : ^5.4.2+1
14
- device_meta : ^1.1.19
14
+ device_meta : ^1.1.20
15
15
encrypt : ^5.0.3
16
16
17
17
flutter :
You can’t perform that action at this time.
0 commit comments