File tree Expand file tree Collapse file tree 5 files changed +9
-5
lines changed Expand file tree Collapse file tree 5 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1
- ## [ 3.2.2] - 2022-02-20
1
+ ## [ 3.2.3] - 2022-02-24
2
+
3
+ * Flutter version bump
4
+
5
+ * ## [ 3.2.2] - 2022-02-20
2
6
3
7
* Add logo to package
4
8
* 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:
15
15
``` dart
16
16
dependencies:
17
17
...
18
- woosignal: ^3.2.2
18
+ woosignal: ^3.2.3
19
19
```
20
20
21
21
### Usage example #
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: woosignal_woocommerce_example
2
2
description : Demonstrates how to use the woosignal plugin.
3
3
4
4
environment :
5
- sdk : ' >=2.15 .0 <3.0.0'
5
+ sdk : ' >=2.19 .0 <3.0.0'
6
6
7
7
dependencies :
8
8
flutter :
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.2.2 " ;
56
+ const String wooSignalVersion = "3.2.3 " ;
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.2.2
3
+ version : 3.2.3
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
You can’t perform that action at this time.
0 commit comments