Skip to content

Commit 769a197

Browse files
committed
v2.2.3
1 parent 3d2cd30 commit 769a197

File tree

10 files changed

+290
-35
lines changed

10 files changed

+290
-35
lines changed

.flutter-plugins-dependencies

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ jobs:
2525
run: flutter analyze
2626

2727
- name: Format code
28-
run: dart format --fix .
28+
run: dart format .
2929

3030
- name: Check publish warnings
31-
run: dart pub publish --dry-run
31+
run: flutter pub publish --dry-run
3232

3333
- name: Publish package
34-
uses: k-paxian/dart-package-publisher@v1.5.1
34+
uses: k-paxian/dart-package-publisher@master
3535
with:
36-
credentialJson: ${{ secrets.CREDENTIAL_SECRET }}
36+
credentialJson: ${{ secrets.CREDENTIAL_SECRET }}
3737
flutter: true
3838
skipTests: true

.idea/caches/deviceStreaming.xml

Lines changed: 206 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/libraries/Dart_Packages.xml

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/libraries/Flutter_Plugins.xml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [2.2.3] - 2025-02-27
2+
3+
* pubspec.yaml updates
4+
15
## [2.2.2] - 2025-02-07
26

37
* pubspec.yaml updates

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ In your flutter project add the dependency:
1111
``` dart
1212
dependencies:
1313
...
14-
woosignal_shopify_api: ^2.2.2
14+
woosignal_shopify_api: ^2.2.3
1515
```
1616

1717
### Usage example #

lib/woosignal_shopify_api.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ import 'package:encrypt/encrypt.dart';
5353
import 'dart:convert';
5454

5555
/// WooSignal Package version
56-
const String _wooSignalVersion = "2.2.2";
56+
const String _wooSignalVersion = "2.2.3";
5757

5858
class WooSignalShopify {
5959
WooSignalShopify._privateConstructor();

pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: woosignal_shopify_api
22
description: Shopify API for Dart, connect a Shopify store on WooSignal and start using the API to get products, login, create orders and more.
3-
version: 2.2.2
3+
version: 2.2.3
44
homepage: https://woosignal.com
55
repository: https://github.com/woosignal/flutter-shopify-api
66
issue_tracker: https://github.com/woosignal/flutter-shopify-api/issues
@@ -11,8 +11,8 @@ environment:
1111

1212
dependencies:
1313
dio: ^5.8.0+1
14-
nylo_support: ^6.19.1
15-
device_meta: ^2.1.3
14+
nylo_support: ^6.20.0
15+
device_meta: ^2.1.4
1616
collection: ^1.18.0
1717
encrypt: ^5.0.3
1818

woosignal-woocommerce-api.iml

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,51 @@
99
<excludeFolder url="file://$MODULE_DIR$/example/build" />
1010
<excludeFolder url="file://$MODULE_DIR$/example/.dart_tool" />
1111
<excludeFolder url="file://$MODULE_DIR$/example/.pub" />
12+
<excludeFolder url="file://$MODULE_DIR$/example/ios/.symlinks/plugins/app_badge_plus/.dart_tool" />
13+
<excludeFolder url="file://$MODULE_DIR$/example/ios/.symlinks/plugins/app_badge_plus/.pub" />
14+
<excludeFolder url="file://$MODULE_DIR$/example/ios/.symlinks/plugins/app_badge_plus/build" />
15+
<excludeFolder url="file://$MODULE_DIR$/example/ios/.symlinks/plugins/app_badge_plus/example/.dart_tool" />
16+
<excludeFolder url="file://$MODULE_DIR$/example/ios/.symlinks/plugins/app_badge_plus/example/.pub" />
17+
<excludeFolder url="file://$MODULE_DIR$/example/ios/.symlinks/plugins/app_badge_plus/example/build" />
18+
<excludeFolder url="file://$MODULE_DIR$/example/ios/.symlinks/plugins/device_info_plus/.dart_tool" />
19+
<excludeFolder url="file://$MODULE_DIR$/example/ios/.symlinks/plugins/device_info_plus/.pub" />
20+
<excludeFolder url="file://$MODULE_DIR$/example/ios/.symlinks/plugins/device_info_plus/build" />
21+
<excludeFolder url="file://$MODULE_DIR$/example/ios/.symlinks/plugins/device_info_plus/example/.dart_tool" />
22+
<excludeFolder url="file://$MODULE_DIR$/example/ios/.symlinks/plugins/device_info_plus/example/.pub" />
23+
<excludeFolder url="file://$MODULE_DIR$/example/ios/.symlinks/plugins/device_info_plus/example/build" />
24+
<excludeFolder url="file://$MODULE_DIR$/example/ios/.symlinks/plugins/flutter_local_notifications/.dart_tool" />
25+
<excludeFolder url="file://$MODULE_DIR$/example/ios/.symlinks/plugins/flutter_local_notifications/.pub" />
26+
<excludeFolder url="file://$MODULE_DIR$/example/ios/.symlinks/plugins/flutter_local_notifications/build" />
27+
<excludeFolder url="file://$MODULE_DIR$/example/ios/.symlinks/plugins/flutter_local_notifications/example/.dart_tool" />
28+
<excludeFolder url="file://$MODULE_DIR$/example/ios/.symlinks/plugins/flutter_local_notifications/example/.pub" />
29+
<excludeFolder url="file://$MODULE_DIR$/example/ios/.symlinks/plugins/flutter_local_notifications/example/build" />
30+
<excludeFolder url="file://$MODULE_DIR$/example/ios/.symlinks/plugins/flutter_secure_storage/.dart_tool" />
31+
<excludeFolder url="file://$MODULE_DIR$/example/ios/.symlinks/plugins/flutter_secure_storage/.pub" />
32+
<excludeFolder url="file://$MODULE_DIR$/example/ios/.symlinks/plugins/flutter_secure_storage/build" />
33+
<excludeFolder url="file://$MODULE_DIR$/example/ios/.symlinks/plugins/flutter_secure_storage/example/.dart_tool" />
34+
<excludeFolder url="file://$MODULE_DIR$/example/ios/.symlinks/plugins/flutter_secure_storage/example/.pub" />
35+
<excludeFolder url="file://$MODULE_DIR$/example/ios/.symlinks/plugins/flutter_secure_storage/example/build" />
36+
<excludeFolder url="file://$MODULE_DIR$/example/ios/.symlinks/plugins/flutter_timezone/.dart_tool" />
37+
<excludeFolder url="file://$MODULE_DIR$/example/ios/.symlinks/plugins/flutter_timezone/.pub" />
38+
<excludeFolder url="file://$MODULE_DIR$/example/ios/.symlinks/plugins/flutter_timezone/build" />
39+
<excludeFolder url="file://$MODULE_DIR$/example/ios/.symlinks/plugins/path_provider_foundation/.dart_tool" />
40+
<excludeFolder url="file://$MODULE_DIR$/example/ios/.symlinks/plugins/path_provider_foundation/.pub" />
41+
<excludeFolder url="file://$MODULE_DIR$/example/ios/.symlinks/plugins/path_provider_foundation/build" />
42+
<excludeFolder url="file://$MODULE_DIR$/example/ios/.symlinks/plugins/path_provider_foundation/example/.dart_tool" />
43+
<excludeFolder url="file://$MODULE_DIR$/example/ios/.symlinks/plugins/path_provider_foundation/example/.pub" />
44+
<excludeFolder url="file://$MODULE_DIR$/example/ios/.symlinks/plugins/path_provider_foundation/example/build" />
45+
<excludeFolder url="file://$MODULE_DIR$/example/ios/.symlinks/plugins/shared_preferences_foundation/.dart_tool" />
46+
<excludeFolder url="file://$MODULE_DIR$/example/ios/.symlinks/plugins/shared_preferences_foundation/.pub" />
47+
<excludeFolder url="file://$MODULE_DIR$/example/ios/.symlinks/plugins/shared_preferences_foundation/build" />
48+
<excludeFolder url="file://$MODULE_DIR$/example/ios/.symlinks/plugins/shared_preferences_foundation/example/.dart_tool" />
49+
<excludeFolder url="file://$MODULE_DIR$/example/ios/.symlinks/plugins/shared_preferences_foundation/example/.pub" />
50+
<excludeFolder url="file://$MODULE_DIR$/example/ios/.symlinks/plugins/shared_preferences_foundation/example/build" />
51+
<excludeFolder url="file://$MODULE_DIR$/example/ios/.symlinks/plugins/url_launcher_ios/.dart_tool" />
52+
<excludeFolder url="file://$MODULE_DIR$/example/ios/.symlinks/plugins/url_launcher_ios/.pub" />
53+
<excludeFolder url="file://$MODULE_DIR$/example/ios/.symlinks/plugins/url_launcher_ios/build" />
54+
<excludeFolder url="file://$MODULE_DIR$/example/ios/.symlinks/plugins/url_launcher_ios/example/.dart_tool" />
55+
<excludeFolder url="file://$MODULE_DIR$/example/ios/.symlinks/plugins/url_launcher_ios/example/.pub" />
56+
<excludeFolder url="file://$MODULE_DIR$/example/ios/.symlinks/plugins/url_launcher_ios/example/build" />
1257
</content>
1358
<orderEntry type="sourceFolder" forTests="false" />
1459
<orderEntry type="library" name="Dart SDK" level="project" />

0 commit comments

Comments
 (0)