Skip to content

Commit 0a944c0

Browse files
committed
v2.1.0
1 parent 6f1d8a6 commit 0a944c0

File tree

19 files changed

+223
-73
lines changed

19 files changed

+223
-73
lines changed

.flutter-plugins-dependencies

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

.idea/libraries/Dart_Packages.xml

Lines changed: 34 additions & 42 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: 1 addition & 1 deletion
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.1.0] - 2024-12-16
2+
3+
* pubspec.yaml updates
4+
15
## [2.0.1] - 2024-12-06
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.0.1
14+
woosignal_shopify_api: ^2.1.0
1515
```
1616

1717
### Usage example #

example/ios/Flutter/AppFrameworkInfo.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
<key>CFBundleVersion</key>
2222
<string>1.0</string>
2323
<key>MinimumOSVersion</key>
24-
<string>8.0</string>
24+
<string>12.0</string>
2525
</dict>
2626
</plist>

example/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Uncomment this line to define a global platform for your project
2-
# platform :ios, '9.0'
2+
# platform :ios, '12.0'
33

44
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
55
ENV['COCOAPODS_DISABLE_STATS'] = 'true'

example/ios/Podfile.lock

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
PODS:
2+
- app_badge_plus (1.1.6):
3+
- Flutter
4+
- device_info_plus (0.0.1):
5+
- Flutter
6+
- Flutter (1.0.0)
7+
- flutter_local_notifications (0.0.1):
8+
- Flutter
9+
- flutter_secure_storage (6.0.0):
10+
- Flutter
11+
- flutter_timezone (0.0.1):
12+
- Flutter
13+
- path_provider_foundation (0.0.1):
14+
- Flutter
15+
- FlutterMacOS
16+
- shared_preferences_foundation (0.0.1):
17+
- Flutter
18+
- FlutterMacOS
19+
- url_launcher_ios (0.0.1):
20+
- Flutter
21+
22+
DEPENDENCIES:
23+
- app_badge_plus (from `.symlinks/plugins/app_badge_plus/ios`)
24+
- device_info_plus (from `.symlinks/plugins/device_info_plus/ios`)
25+
- Flutter (from `Flutter`)
26+
- flutter_local_notifications (from `.symlinks/plugins/flutter_local_notifications/ios`)
27+
- flutter_secure_storage (from `.symlinks/plugins/flutter_secure_storage/ios`)
28+
- flutter_timezone (from `.symlinks/plugins/flutter_timezone/ios`)
29+
- path_provider_foundation (from `.symlinks/plugins/path_provider_foundation/darwin`)
30+
- shared_preferences_foundation (from `.symlinks/plugins/shared_preferences_foundation/darwin`)
31+
- url_launcher_ios (from `.symlinks/plugins/url_launcher_ios/ios`)
32+
33+
EXTERNAL SOURCES:
34+
app_badge_plus:
35+
:path: ".symlinks/plugins/app_badge_plus/ios"
36+
device_info_plus:
37+
:path: ".symlinks/plugins/device_info_plus/ios"
38+
Flutter:
39+
:path: Flutter
40+
flutter_local_notifications:
41+
:path: ".symlinks/plugins/flutter_local_notifications/ios"
42+
flutter_secure_storage:
43+
:path: ".symlinks/plugins/flutter_secure_storage/ios"
44+
flutter_timezone:
45+
:path: ".symlinks/plugins/flutter_timezone/ios"
46+
path_provider_foundation:
47+
:path: ".symlinks/plugins/path_provider_foundation/darwin"
48+
shared_preferences_foundation:
49+
:path: ".symlinks/plugins/shared_preferences_foundation/darwin"
50+
url_launcher_ios:
51+
:path: ".symlinks/plugins/url_launcher_ios/ios"
52+
53+
SPEC CHECKSUMS:
54+
app_badge_plus: 060babf17a97011f0093739f0aa8bc65b2479233
55+
device_info_plus: bf2e3232933866d73fe290f2942f2156cdd10342
56+
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
57+
flutter_local_notifications: df98d66e515e1ca797af436137b4459b160ad8c9
58+
flutter_secure_storage: d33dac7ae2ea08509be337e775f6b59f1ff45f12
59+
flutter_timezone: ffb07bdad3c6276af8dada0f11978d8a1f8a20bb
60+
path_provider_foundation: 2b6b4c569c0fb62ec74538f866245ac84301af46
61+
shared_preferences_foundation: e2dae3258e06f44cc55f49d42024fd8dd03c590c
62+
url_launcher_ios: 6116280ddcfe98ab8820085d8d76ae7449447586
63+
64+
PODFILE CHECKSUM: c4c93c5f6502fe2754f48404d3594bf779584011
65+
66+
COCOAPODS: 1.13.0

0 commit comments

Comments
 (0)