From 32e670085a42f35bd2aa8f4b0250f309a08970d7 Mon Sep 17 00:00:00 2001 From: takeshita Date: Fri, 16 Jun 2023 18:08:52 +0900 Subject: [PATCH 1/2] Update Flutter3.7.0 (#1) --- .dart_tool/package_config.json | 194 --------------------- .dart_tool/package_config_subset | 125 ------------- .dart_tool/version | 1 - example/ios/Flutter/AppFrameworkInfo.plist | 6 +- example/ios/Podfile | 2 +- example/ios/Podfile.lock | 115 ++++++------ example/pubspec.lock | 99 +++++------ flutter_apns/pubspec.lock | 149 +++++++++------- flutter_apns/pubspec.yaml | 2 +- flutter_apns_only/pubspec.lock | 104 ++++++----- flutter_apns_only/pubspec.yaml | 2 +- 11 files changed, 255 insertions(+), 544 deletions(-) delete mode 100644 .dart_tool/package_config.json delete mode 100644 .dart_tool/package_config_subset delete mode 100644 .dart_tool/version diff --git a/.dart_tool/package_config.json b/.dart_tool/package_config.json deleted file mode 100644 index 8da4b33..0000000 --- a/.dart_tool/package_config.json +++ /dev/null @@ -1,194 +0,0 @@ -{ - "configVersion": 2, - "packages": [ - { - "name": "async", - "rootUri": "file:///Users/work/flutter/.pub-cache/hosted/pub.dartlang.org/async-2.5.0", - "packageUri": "lib/", - "languageVersion": "2.12" - }, - { - "name": "boolean_selector", - "rootUri": "file:///Users/work/flutter/.pub-cache/hosted/pub.dartlang.org/boolean_selector-2.1.0", - "packageUri": "lib/", - "languageVersion": "2.12" - }, - { - "name": "characters", - "rootUri": "file:///Users/work/flutter/.pub-cache/hosted/pub.dartlang.org/characters-1.1.0", - "packageUri": "lib/", - "languageVersion": "2.12" - }, - { - "name": "charcode", - "rootUri": "file:///Users/work/flutter/.pub-cache/hosted/pub.dartlang.org/charcode-1.2.0", - "packageUri": "lib/", - "languageVersion": "2.12" - }, - { - "name": "clock", - "rootUri": "file:///Users/work/flutter/.pub-cache/hosted/pub.dartlang.org/clock-1.1.0", - "packageUri": "lib/", - "languageVersion": "2.12" - }, - { - "name": "collection", - "rootUri": "file:///Users/work/flutter/.pub-cache/hosted/pub.dartlang.org/collection-1.15.0", - "packageUri": "lib/", - "languageVersion": "2.12" - }, - { - "name": "fake_async", - "rootUri": "file:///Users/work/flutter/.pub-cache/hosted/pub.dartlang.org/fake_async-1.2.0", - "packageUri": "lib/", - "languageVersion": "2.12" - }, - { - "name": "firebase_core", - "rootUri": "file:///Users/work/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core-1.0.1", - "packageUri": "lib/", - "languageVersion": "2.12" - }, - { - "name": "firebase_core_platform_interface", - "rootUri": "file:///Users/work/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core_platform_interface-4.0.0", - "packageUri": "lib/", - "languageVersion": "2.12" - }, - { - "name": "firebase_core_web", - "rootUri": "file:///Users/work/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core_web-1.0.1", - "packageUri": "lib/", - "languageVersion": "2.12" - }, - { - "name": "firebase_messaging", - "rootUri": "file:///Users/work/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-9.0.0", - "packageUri": "lib/", - "languageVersion": "2.12" - }, - { - "name": "firebase_messaging_platform_interface", - "rootUri": "file:///Users/work/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging_platform_interface-2.0.0", - "packageUri": "lib/", - "languageVersion": "2.12" - }, - { - "name": "firebase_messaging_web", - "rootUri": "file:///Users/work/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging_web-1.0.1", - "packageUri": "lib/", - "languageVersion": "2.12" - }, - { - "name": "flutter", - "rootUri": "file:///Users/work/flutter/packages/flutter", - "packageUri": "lib/", - "languageVersion": "2.12" - }, - { - "name": "flutter_test", - "rootUri": "file:///Users/work/flutter/packages/flutter_test", - "packageUri": "lib/", - "languageVersion": "2.12" - }, - { - "name": "flutter_web_plugins", - "rootUri": "file:///Users/work/flutter/packages/flutter_web_plugins", - "packageUri": "lib/", - "languageVersion": "2.12" - }, - { - "name": "js", - "rootUri": "file:///Users/work/flutter/.pub-cache/hosted/pub.dartlang.org/js-0.6.3", - "packageUri": "lib/", - "languageVersion": "2.12" - }, - { - "name": "matcher", - "rootUri": "file:///Users/work/flutter/.pub-cache/hosted/pub.dartlang.org/matcher-0.12.10", - "packageUri": "lib/", - "languageVersion": "2.12" - }, - { - "name": "meta", - "rootUri": "file:///Users/work/flutter/.pub-cache/hosted/pub.dartlang.org/meta-1.3.0", - "packageUri": "lib/", - "languageVersion": "2.12" - }, - { - "name": "path", - "rootUri": "file:///Users/work/flutter/.pub-cache/hosted/pub.dartlang.org/path-1.8.0", - "packageUri": "lib/", - "languageVersion": "2.12" - }, - { - "name": "plugin_platform_interface", - "rootUri": "file:///Users/work/flutter/.pub-cache/hosted/pub.dartlang.org/plugin_platform_interface-2.0.0", - "packageUri": "lib/", - "languageVersion": "2.12" - }, - { - "name": "sky_engine", - "rootUri": "file:///Users/work/flutter/bin/cache/pkg/sky_engine", - "packageUri": "lib/", - "languageVersion": "2.12" - }, - { - "name": "source_span", - "rootUri": "file:///Users/work/flutter/.pub-cache/hosted/pub.dartlang.org/source_span-1.8.0", - "packageUri": "lib/", - "languageVersion": "2.12" - }, - { - "name": "stack_trace", - "rootUri": "file:///Users/work/flutter/.pub-cache/hosted/pub.dartlang.org/stack_trace-1.10.0", - "packageUri": "lib/", - "languageVersion": "2.12" - }, - { - "name": "stream_channel", - "rootUri": "file:///Users/work/flutter/.pub-cache/hosted/pub.dartlang.org/stream_channel-2.1.0", - "packageUri": "lib/", - "languageVersion": "2.12" - }, - { - "name": "string_scanner", - "rootUri": "file:///Users/work/flutter/.pub-cache/hosted/pub.dartlang.org/string_scanner-1.1.0", - "packageUri": "lib/", - "languageVersion": "2.12" - }, - { - "name": "term_glyph", - "rootUri": "file:///Users/work/flutter/.pub-cache/hosted/pub.dartlang.org/term_glyph-1.2.0", - "packageUri": "lib/", - "languageVersion": "2.12" - }, - { - "name": "test_api", - "rootUri": "file:///Users/work/flutter/.pub-cache/hosted/pub.dartlang.org/test_api-0.2.19", - "packageUri": "lib/", - "languageVersion": "2.12" - }, - { - "name": "typed_data", - "rootUri": "file:///Users/work/flutter/.pub-cache/hosted/pub.dartlang.org/typed_data-1.3.0", - "packageUri": "lib/", - "languageVersion": "2.12" - }, - { - "name": "vector_math", - "rootUri": "file:///Users/work/flutter/.pub-cache/hosted/pub.dartlang.org/vector_math-2.1.0", - "packageUri": "lib/", - "languageVersion": "2.12" - }, - { - "name": "flutter_apns", - "rootUri": "../", - "packageUri": "lib/", - "languageVersion": "2.12" - } - ], - "generated": "2021-03-18T12:53:18.727924Z", - "generator": "pub", - "generatorVersion": "2.12.1" -} diff --git a/.dart_tool/package_config_subset b/.dart_tool/package_config_subset deleted file mode 100644 index 345c4e2..0000000 --- a/.dart_tool/package_config_subset +++ /dev/null @@ -1,125 +0,0 @@ -flutter_apns -2.12 -file:///Users/work/Documents/Projects/flutter-apns/ -file:///Users/work/Documents/Projects/flutter-apns/lib/ -async -2.12 -file:///Users/work/flutter/.pub-cache/hosted/pub.dartlang.org/async-2.5.0/ -file:///Users/work/flutter/.pub-cache/hosted/pub.dartlang.org/async-2.5.0/lib/ -boolean_selector -2.12 -file:///Users/work/flutter/.pub-cache/hosted/pub.dartlang.org/boolean_selector-2.1.0/ -file:///Users/work/flutter/.pub-cache/hosted/pub.dartlang.org/boolean_selector-2.1.0/lib/ -characters -2.12 -file:///Users/work/flutter/.pub-cache/hosted/pub.dartlang.org/characters-1.1.0/ -file:///Users/work/flutter/.pub-cache/hosted/pub.dartlang.org/characters-1.1.0/lib/ -charcode -2.12 -file:///Users/work/flutter/.pub-cache/hosted/pub.dartlang.org/charcode-1.2.0/ -file:///Users/work/flutter/.pub-cache/hosted/pub.dartlang.org/charcode-1.2.0/lib/ -clock -2.12 -file:///Users/work/flutter/.pub-cache/hosted/pub.dartlang.org/clock-1.1.0/ -file:///Users/work/flutter/.pub-cache/hosted/pub.dartlang.org/clock-1.1.0/lib/ -collection -2.12 -file:///Users/work/flutter/.pub-cache/hosted/pub.dartlang.org/collection-1.15.0/ -file:///Users/work/flutter/.pub-cache/hosted/pub.dartlang.org/collection-1.15.0/lib/ -fake_async -2.12 -file:///Users/work/flutter/.pub-cache/hosted/pub.dartlang.org/fake_async-1.2.0/ -file:///Users/work/flutter/.pub-cache/hosted/pub.dartlang.org/fake_async-1.2.0/lib/ -firebase_core -2.12 -file:///Users/work/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core-1.0.1/ -file:///Users/work/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core-1.0.1/lib/ -firebase_core_platform_interface -2.12 -file:///Users/work/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core_platform_interface-4.0.0/ -file:///Users/work/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core_platform_interface-4.0.0/lib/ -firebase_core_web -2.12 -file:///Users/work/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core_web-1.0.1/ -file:///Users/work/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core_web-1.0.1/lib/ -firebase_messaging -2.12 -file:///Users/work/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-9.0.0/ -file:///Users/work/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-9.0.0/lib/ -firebase_messaging_platform_interface -2.12 -file:///Users/work/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging_platform_interface-2.0.0/ -file:///Users/work/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging_platform_interface-2.0.0/lib/ -firebase_messaging_web -2.12 -file:///Users/work/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging_web-1.0.1/ -file:///Users/work/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging_web-1.0.1/lib/ -js -2.12 -file:///Users/work/flutter/.pub-cache/hosted/pub.dartlang.org/js-0.6.3/ -file:///Users/work/flutter/.pub-cache/hosted/pub.dartlang.org/js-0.6.3/lib/ -matcher -2.12 -file:///Users/work/flutter/.pub-cache/hosted/pub.dartlang.org/matcher-0.12.10/ -file:///Users/work/flutter/.pub-cache/hosted/pub.dartlang.org/matcher-0.12.10/lib/ -meta -2.12 -file:///Users/work/flutter/.pub-cache/hosted/pub.dartlang.org/meta-1.3.0/ -file:///Users/work/flutter/.pub-cache/hosted/pub.dartlang.org/meta-1.3.0/lib/ -path -2.12 -file:///Users/work/flutter/.pub-cache/hosted/pub.dartlang.org/path-1.8.0/ -file:///Users/work/flutter/.pub-cache/hosted/pub.dartlang.org/path-1.8.0/lib/ -plugin_platform_interface -2.12 -file:///Users/work/flutter/.pub-cache/hosted/pub.dartlang.org/plugin_platform_interface-2.0.0/ -file:///Users/work/flutter/.pub-cache/hosted/pub.dartlang.org/plugin_platform_interface-2.0.0/lib/ -source_span -2.12 -file:///Users/work/flutter/.pub-cache/hosted/pub.dartlang.org/source_span-1.8.0/ -file:///Users/work/flutter/.pub-cache/hosted/pub.dartlang.org/source_span-1.8.0/lib/ -stack_trace -2.12 -file:///Users/work/flutter/.pub-cache/hosted/pub.dartlang.org/stack_trace-1.10.0/ -file:///Users/work/flutter/.pub-cache/hosted/pub.dartlang.org/stack_trace-1.10.0/lib/ -stream_channel -2.12 -file:///Users/work/flutter/.pub-cache/hosted/pub.dartlang.org/stream_channel-2.1.0/ -file:///Users/work/flutter/.pub-cache/hosted/pub.dartlang.org/stream_channel-2.1.0/lib/ -string_scanner -2.12 -file:///Users/work/flutter/.pub-cache/hosted/pub.dartlang.org/string_scanner-1.1.0/ -file:///Users/work/flutter/.pub-cache/hosted/pub.dartlang.org/string_scanner-1.1.0/lib/ -term_glyph -2.12 -file:///Users/work/flutter/.pub-cache/hosted/pub.dartlang.org/term_glyph-1.2.0/ -file:///Users/work/flutter/.pub-cache/hosted/pub.dartlang.org/term_glyph-1.2.0/lib/ -test_api -2.12 -file:///Users/work/flutter/.pub-cache/hosted/pub.dartlang.org/test_api-0.2.19/ -file:///Users/work/flutter/.pub-cache/hosted/pub.dartlang.org/test_api-0.2.19/lib/ -typed_data -2.12 -file:///Users/work/flutter/.pub-cache/hosted/pub.dartlang.org/typed_data-1.3.0/ -file:///Users/work/flutter/.pub-cache/hosted/pub.dartlang.org/typed_data-1.3.0/lib/ -vector_math -2.12 -file:///Users/work/flutter/.pub-cache/hosted/pub.dartlang.org/vector_math-2.1.0/ -file:///Users/work/flutter/.pub-cache/hosted/pub.dartlang.org/vector_math-2.1.0/lib/ -sky_engine -2.12 -file:///Users/work/flutter/bin/cache/pkg/sky_engine/ -file:///Users/work/flutter/bin/cache/pkg/sky_engine/lib/ -flutter -2.12 -file:///Users/work/flutter/packages/flutter/ -file:///Users/work/flutter/packages/flutter/lib/ -flutter_test -2.12 -file:///Users/work/flutter/packages/flutter_test/ -file:///Users/work/flutter/packages/flutter_test/lib/ -flutter_web_plugins -2.12 -file:///Users/work/flutter/packages/flutter_web_plugins/ -file:///Users/work/flutter/packages/flutter_web_plugins/lib/ -2 diff --git a/.dart_tool/version b/.dart_tool/version deleted file mode 100644 index f93ea0c..0000000 --- a/.dart_tool/version +++ /dev/null @@ -1 +0,0 @@ -2.0.2 \ No newline at end of file diff --git a/example/ios/Flutter/AppFrameworkInfo.plist b/example/ios/Flutter/AppFrameworkInfo.plist index f2872cf..9891a9b 100644 --- a/example/ios/Flutter/AppFrameworkInfo.plist +++ b/example/ios/Flutter/AppFrameworkInfo.plist @@ -6,8 +6,8 @@ $(DEVELOPMENT_LANGUAGE) CFBundleExecutable App - CFBundleIdentifier - io.flutter.flutter.app + CFBundleInfoDictionaryVersion 6.0 CFBundleName @@ -21,6 +21,6 @@ CFBundleVersion 1.0 MinimumOSVersion - 9.0 + 11.0 diff --git a/example/ios/Podfile b/example/ios/Podfile index 9411102..313ea4a 100644 --- a/example/ios/Podfile +++ b/example/ios/Podfile @@ -1,5 +1,5 @@ # Uncomment this line to define a global platform for your project -platform :ios, '10.0' +platform :ios, '11.0' # CocoaPods analytics sends network stats synchronously affecting flutter build latency. ENV['COCOAPODS_DISABLE_STATS'] = 'true' diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index bbce2d6..018276e 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -1,76 +1,71 @@ PODS: - - Firebase/CoreOnly (9.3.0): - - FirebaseCore (= 9.3.0) - - Firebase/Messaging (9.3.0): + - Firebase/CoreOnly (10.10.0): + - FirebaseCore (= 10.10.0) + - Firebase/Messaging (10.10.0): - Firebase/CoreOnly - - FirebaseMessaging (~> 9.3.0) - - firebase_core (1.20.0): - - Firebase/CoreOnly (= 9.3.0) + - FirebaseMessaging (~> 10.10.0) + - firebase_core (2.14.0): + - Firebase/CoreOnly (= 10.10.0) - Flutter - - firebase_messaging (12.0.1): - - Firebase/Messaging (= 9.3.0) + - firebase_messaging (14.6.3): + - Firebase/Messaging (= 10.10.0) - firebase_core - Flutter - - FirebaseCore (9.3.0): - - FirebaseCoreDiagnostics (~> 9.0) - - FirebaseCoreInternal (~> 9.0) - - GoogleUtilities/Environment (~> 7.7) - - GoogleUtilities/Logger (~> 7.7) - - FirebaseCoreDiagnostics (9.4.0): - - GoogleDataTransport (< 10.0.0, >= 9.1.4) - - GoogleUtilities/Environment (~> 7.7) - - GoogleUtilities/Logger (~> 7.7) - - nanopb (< 2.30910.0, >= 2.30908.0) - - FirebaseCoreInternal (9.4.0): - - "GoogleUtilities/NSData+zlib (~> 7.7)" - - FirebaseInstallations (9.4.0): - - FirebaseCore (~> 9.0) - - GoogleUtilities/Environment (~> 7.7) - - GoogleUtilities/UserDefaults (~> 7.7) + - FirebaseCore (10.10.0): + - FirebaseCoreInternal (~> 10.0) + - GoogleUtilities/Environment (~> 7.8) + - GoogleUtilities/Logger (~> 7.8) + - FirebaseCoreInternal (10.11.0): + - "GoogleUtilities/NSData+zlib (~> 7.8)" + - FirebaseInstallations (10.11.0): + - FirebaseCore (~> 10.0) + - GoogleUtilities/Environment (~> 7.8) + - GoogleUtilities/UserDefaults (~> 7.8) - PromisesObjC (~> 2.1) - - FirebaseMessaging (9.3.0): - - FirebaseCore (~> 9.0) - - FirebaseInstallations (~> 9.0) - - GoogleDataTransport (< 10.0.0, >= 9.1.4) - - GoogleUtilities/AppDelegateSwizzler (~> 7.7) - - GoogleUtilities/Environment (~> 7.7) - - GoogleUtilities/Reachability (~> 7.7) - - GoogleUtilities/UserDefaults (~> 7.7) + - FirebaseMessaging (10.10.0): + - FirebaseCore (~> 10.0) + - FirebaseInstallations (~> 10.0) + - GoogleDataTransport (~> 9.2) + - GoogleUtilities/AppDelegateSwizzler (~> 7.8) + - GoogleUtilities/Environment (~> 7.8) + - GoogleUtilities/Reachability (~> 7.8) + - GoogleUtilities/UserDefaults (~> 7.8) - nanopb (< 2.30910.0, >= 2.30908.0) - Flutter (1.0.0) - flutter_apns_only (0.0.1): - Flutter - flutter_local_notifications (0.0.1): - Flutter - - GoogleDataTransport (9.2.0): + - GoogleDataTransport (9.2.3): - GoogleUtilities/Environment (~> 7.7) - nanopb (< 2.30910.0, >= 2.30908.0) - PromisesObjC (< 3.0, >= 1.2) - - GoogleUtilities/AppDelegateSwizzler (7.7.0): + - GoogleUtilities/AppDelegateSwizzler (7.11.1): - GoogleUtilities/Environment - GoogleUtilities/Logger - GoogleUtilities/Network - - GoogleUtilities/Environment (7.7.0): + - GoogleUtilities/Environment (7.11.1): - PromisesObjC (< 3.0, >= 1.2) - - GoogleUtilities/Logger (7.7.0): + - GoogleUtilities/Logger (7.11.1): - GoogleUtilities/Environment - - GoogleUtilities/Network (7.7.0): + - GoogleUtilities/Network (7.11.1): - GoogleUtilities/Logger - "GoogleUtilities/NSData+zlib" - GoogleUtilities/Reachability - - "GoogleUtilities/NSData+zlib (7.7.0)" - - GoogleUtilities/Reachability (7.7.0): + - "GoogleUtilities/NSData+zlib (7.11.1)" + - GoogleUtilities/Reachability (7.11.1): - GoogleUtilities/Logger - - GoogleUtilities/UserDefaults (7.7.0): + - GoogleUtilities/UserDefaults (7.11.1): - GoogleUtilities/Logger - nanopb (2.30909.0): - nanopb/decode (= 2.30909.0) - nanopb/encode (= 2.30909.0) - nanopb/decode (2.30909.0) - nanopb/encode (2.30909.0) - - path_provider_ios (0.0.1): + - path_provider_foundation (0.0.1): - Flutter - - PromisesObjC (2.1.1) + - FlutterMacOS + - PromisesObjC (2.2.0) DEPENDENCIES: - firebase_core (from `.symlinks/plugins/firebase_core/ios`) @@ -78,13 +73,12 @@ DEPENDENCIES: - Flutter (from `Flutter`) - flutter_apns_only (from `.symlinks/plugins/flutter_apns_only/ios`) - flutter_local_notifications (from `.symlinks/plugins/flutter_local_notifications/ios`) - - path_provider_ios (from `.symlinks/plugins/path_provider_ios/ios`) + - path_provider_foundation (from `.symlinks/plugins/path_provider_foundation/ios`) SPEC REPOS: trunk: - Firebase - FirebaseCore - - FirebaseCoreDiagnostics - FirebaseCoreInternal - FirebaseInstallations - FirebaseMessaging @@ -104,27 +98,26 @@ EXTERNAL SOURCES: :path: ".symlinks/plugins/flutter_apns_only/ios" flutter_local_notifications: :path: ".symlinks/plugins/flutter_local_notifications/ios" - path_provider_ios: - :path: ".symlinks/plugins/path_provider_ios/ios" + path_provider_foundation: + :path: ".symlinks/plugins/path_provider_foundation/ios" SPEC CHECKSUMS: - Firebase: ef75abb1cdbc746d5a38f4e26c422c807b189b8c - firebase_core: 96214f90497b808a2cf2a24517084c5f6de37b53 - firebase_messaging: a2cd2c6dd7b5430bb9e4e50e9a474413ae3bce09 - FirebaseCore: c088995ece701a021a48a1348ea0174877de2a6a - FirebaseCoreDiagnostics: aaa87098082c4d4bdd1a9557b1186d18ca85ce8c - FirebaseCoreInternal: a13302b0088fbf5f38b79b6ece49c2af7d3e05d6 - FirebaseInstallations: 61db1054e688d2bdc4e2b3f744c1b086e913b742 - FirebaseMessaging: 2f6e38b6133059eb796ec224104f09379298a8c3 - Flutter: 50d75fe2f02b26cc09d224853bb45737f8b3214a + Firebase: facd334e557a979bd03a0b58d90fd56b52b8aba0 + firebase_core: 85b6664038311940ad60584eaabc73103c61f5de + firebase_messaging: db0dab2713aafcf69591a1dc4ee8af7d8bba2abd + FirebaseCore: d027ff503d37edb78db98429b11f580a24a7df2a + FirebaseCoreInternal: 9e46c82a14a3b3a25be4e1e151ce6d21536b89c0 + FirebaseInstallations: 2a2c6859354cbec0a228a863d4daf6de7c74ced4 + FirebaseMessaging: 8a3b9a8b98ce72a42d22e69865cf662e38d2d6f5 + Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854 flutter_apns_only: 3d91c0ca9dbef4439874858590909a19f8ed06a4 flutter_local_notifications: 0c0b1ae97e741e1521e4c1629a459d04b9aec743 - GoogleDataTransport: 1c8145da7117bd68bbbed00cf304edb6a24de00f - GoogleUtilities: e0913149f6b0625b553d70dae12b49fc62914fd1 + GoogleDataTransport: f0308f5905a745f94fb91fea9c6cbaf3831cb1bd + GoogleUtilities: 9aa0ad5a7bc171f8bae016300bfcfa3fb8425749 nanopb: b552cce312b6c8484180ef47159bc0f65a1f0431 - path_provider_ios: 14f3d2fd28c4fdb42f44e0f751d12861c43cee02 - PromisesObjC: ab77feca74fa2823e7af4249b8326368e61014cb + path_provider_foundation: eaf5b3e458fc0e5fbb9940fb09980e853fe058b8 + PromisesObjC: 09985d6d70fbe7878040aa746d78236e6946d2ef -PODFILE CHECKSUM: fe0e1ee7f3d1f7d00b11b474b62dd62134535aea +PODFILE CHECKSUM: 7368163408c647b7eb699d0d788ba6718e18fb8d -COCOAPODS: 1.11.3 +COCOAPODS: 1.12.1 diff --git a/example/pubspec.lock b/example/pubspec.lock index 50e6fbb..d53edd2 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -1,20 +1,27 @@ # Generated by pub # See https://dart.dev/tools/pub/glossary#lockfile packages: + _flutterfire_internals: + dependency: transitive + description: + name: _flutterfire_internals + url: "https://pub.dartlang.org" + source: hosted + version: "1.3.3" args: dependency: transitive description: name: args url: "https://pub.dartlang.org" source: hosted - version: "2.3.1" + version: "2.4.1" async: dependency: transitive description: name: async url: "https://pub.dartlang.org" source: hosted - version: "2.8.2" + version: "2.9.0" boolean_selector: dependency: transitive description: @@ -28,21 +35,14 @@ packages: name: characters url: "https://pub.dartlang.org" source: hosted - version: "1.2.0" - charcode: - dependency: transitive - description: - name: charcode - url: "https://pub.dartlang.org" - source: hosted - version: "1.3.1" + version: "1.2.1" clock: dependency: transitive description: name: clock url: "https://pub.dartlang.org" source: hosted - version: "1.1.0" + version: "1.1.1" collection: dependency: transitive description: @@ -63,70 +63,70 @@ packages: name: dbus url: "https://pub.dartlang.org" source: hosted - version: "0.7.7" + version: "0.7.8" fake_async: dependency: transitive description: name: fake_async url: "https://pub.dartlang.org" source: hosted - version: "1.3.0" + version: "1.3.1" ffi: dependency: transitive description: name: ffi url: "https://pub.dartlang.org" source: hosted - version: "2.0.1" + version: "2.0.2" file: dependency: transitive description: name: file url: "https://pub.dartlang.org" source: hosted - version: "6.1.2" + version: "6.1.4" firebase_core: dependency: transitive description: name: firebase_core url: "https://pub.dartlang.org" source: hosted - version: "1.20.0" + version: "2.14.0" firebase_core_platform_interface: dependency: transitive description: name: firebase_core_platform_interface url: "https://pub.dartlang.org" source: hosted - version: "4.5.0" + version: "4.8.0" firebase_core_web: dependency: transitive description: name: firebase_core_web url: "https://pub.dartlang.org" source: hosted - version: "1.7.1" + version: "2.6.0" firebase_messaging: dependency: transitive description: name: firebase_messaging url: "https://pub.dartlang.org" source: hosted - version: "12.0.1" + version: "14.6.3" firebase_messaging_platform_interface: dependency: transitive description: name: firebase_messaging_platform_interface url: "https://pub.dartlang.org" source: hosted - version: "4.1.0" + version: "4.5.3" firebase_messaging_web: dependency: transitive description: name: firebase_messaging_web url: "https://pub.dartlang.org" source: hosted - version: "3.1.0" + version: "3.5.3" flutter: dependency: "direct main" description: flutter @@ -138,21 +138,21 @@ packages: path: "../flutter_apns" relative: true source: path - version: "1.5.4" + version: "1.6.0" flutter_apns_only: dependency: transitive description: name: flutter_apns_only url: "https://pub.dartlang.org" source: hosted - version: "1.5.2" + version: "1.6.0" flutter_local_notifications: dependency: "direct main" description: name: flutter_local_notifications url: "https://pub.dartlang.org" source: hosted - version: "9.7.0" + version: "9.9.1" flutter_local_notifications_linux: dependency: transitive description: @@ -190,84 +190,77 @@ packages: name: matcher url: "https://pub.dartlang.org" source: hosted - version: "0.12.11" + version: "0.12.12" material_color_utilities: dependency: transitive description: name: material_color_utilities url: "https://pub.dartlang.org" source: hosted - version: "0.1.4" + version: "0.1.5" meta: dependency: transitive description: name: meta url: "https://pub.dartlang.org" source: hosted - version: "1.7.0" + version: "1.8.0" path: dependency: transitive description: name: path url: "https://pub.dartlang.org" source: hosted - version: "1.8.1" + version: "1.8.2" path_provider: dependency: "direct main" description: name: path_provider url: "https://pub.dartlang.org" source: hosted - version: "2.0.11" + version: "2.0.15" path_provider_android: dependency: transitive description: name: path_provider_android url: "https://pub.dartlang.org" source: hosted - version: "2.0.17" - path_provider_ios: + version: "2.0.27" + path_provider_foundation: dependency: transitive description: - name: path_provider_ios + name: path_provider_foundation url: "https://pub.dartlang.org" source: hosted - version: "2.0.11" + version: "2.2.3" path_provider_linux: dependency: transitive description: name: path_provider_linux url: "https://pub.dartlang.org" source: hosted - version: "2.1.7" - path_provider_macos: - dependency: transitive - description: - name: path_provider_macos - url: "https://pub.dartlang.org" - source: hosted - version: "2.0.6" + version: "2.1.11" path_provider_platform_interface: dependency: transitive description: name: path_provider_platform_interface url: "https://pub.dartlang.org" source: hosted - version: "2.0.4" + version: "2.0.6" path_provider_windows: dependency: transitive description: name: path_provider_windows url: "https://pub.dartlang.org" source: hosted - version: "2.1.1" + version: "2.1.7" petitparser: dependency: transitive description: name: petitparser url: "https://pub.dartlang.org" source: hosted - version: "5.0.0" + version: "5.1.0" platform: dependency: transitive description: @@ -281,7 +274,7 @@ packages: name: plugin_platform_interface url: "https://pub.dartlang.org" source: hosted - version: "2.1.2" + version: "2.1.4" process: dependency: transitive description: @@ -300,7 +293,7 @@ packages: name: source_span url: "https://pub.dartlang.org" source: hosted - version: "1.8.2" + version: "1.9.0" stack_trace: dependency: transitive description: @@ -321,21 +314,21 @@ packages: name: string_scanner url: "https://pub.dartlang.org" source: hosted - version: "1.1.0" + version: "1.1.1" term_glyph: dependency: transitive description: name: term_glyph url: "https://pub.dartlang.org" source: hosted - version: "1.2.0" + version: "1.2.1" test_api: dependency: transitive description: name: test_api url: "https://pub.dartlang.org" source: hosted - version: "0.4.9" + version: "0.4.12" timezone: dependency: transitive description: @@ -356,14 +349,14 @@ packages: name: win32 url: "https://pub.dartlang.org" source: hosted - version: "2.7.0" + version: "4.1.4" xdg_directories: dependency: transitive description: name: xdg_directories url: "https://pub.dartlang.org" source: hosted - version: "0.2.0+1" + version: "0.2.0+3" xml: dependency: transitive description: @@ -372,5 +365,5 @@ packages: source: hosted version: "6.1.0" sdks: - dart: ">=2.17.0 <3.0.0" - flutter: ">=3.0.0" + dart: ">=2.18.0 <3.0.0" + flutter: ">=3.3.0" diff --git a/flutter_apns/pubspec.lock b/flutter_apns/pubspec.lock index feda0ef..20a16df 100644 --- a/flutter_apns/pubspec.lock +++ b/flutter_apns/pubspec.lock @@ -1,97 +1,110 @@ # Generated by pub # See https://dart.dev/tools/pub/glossary#lockfile packages: + _flutterfire_internals: + dependency: transitive + description: + name: _flutterfire_internals + sha256: a742f71d7f3484253a623b30e19256aa4668ecbb3de6ad1beb0bcf8d4777ecd8 + url: "https://pub.dev" + source: hosted + version: "1.3.3" async: dependency: transitive description: name: async - url: "https://pub.dartlang.org" + sha256: bfe67ef28df125b7dddcea62755991f807aa39a2492a23e1550161692950bbe0 + url: "https://pub.dev" source: hosted - version: "2.8.2" + version: "2.10.0" boolean_selector: dependency: transitive description: name: boolean_selector - url: "https://pub.dartlang.org" + sha256: "6cfb5af12253eaf2b368f07bacc5a80d1301a071c73360d746b7f2e32d762c66" + url: "https://pub.dev" source: hosted - version: "2.1.0" + version: "2.1.1" characters: dependency: transitive description: name: characters - url: "https://pub.dartlang.org" - source: hosted - version: "1.2.0" - charcode: - dependency: transitive - description: - name: charcode - url: "https://pub.dartlang.org" + sha256: e6a326c8af69605aec75ed6c187d06b349707a27fbff8222ca9cc2cff167975c + url: "https://pub.dev" source: hosted - version: "1.3.1" + version: "1.2.1" clock: dependency: transitive description: name: clock - url: "https://pub.dartlang.org" + sha256: cb6d7f03e1de671e34607e909a7213e31d7752be4fb66a86d29fe1eb14bfb5cf + url: "https://pub.dev" source: hosted - version: "1.1.0" + version: "1.1.1" collection: dependency: transitive description: name: collection - url: "https://pub.dartlang.org" + sha256: cfc915e6923fe5ce6e153b0723c753045de46de1b4d63771530504004a45fae0 + url: "https://pub.dev" source: hosted - version: "1.16.0" + version: "1.17.0" fake_async: dependency: transitive description: name: fake_async - url: "https://pub.dartlang.org" + sha256: "511392330127add0b769b75a987850d136345d9227c6b94c96a04cf4a391bf78" + url: "https://pub.dev" source: hosted - version: "1.3.0" + version: "1.3.1" firebase_core: dependency: "direct main" description: name: firebase_core - url: "https://pub.dartlang.org" + sha256: a4a99204da264a0aa9d54a332ea0315ce7b0768075139c77abefe98093dd98be + url: "https://pub.dev" source: hosted - version: "1.20.0" + version: "2.14.0" firebase_core_platform_interface: dependency: transitive description: name: firebase_core_platform_interface - url: "https://pub.dartlang.org" + sha256: b63e3be6c96ef5c33bdec1aab23c91eb00696f6452f0519401d640938c94cba2 + url: "https://pub.dev" source: hosted - version: "4.5.0" + version: "4.8.0" firebase_core_web: dependency: transitive description: name: firebase_core_web - url: "https://pub.dartlang.org" + sha256: "0fd5c4b228de29b55fac38aed0d9e42514b3d3bd47675de52bf7f8fccaf922fa" + url: "https://pub.dev" source: hosted - version: "1.7.1" + version: "2.6.0" firebase_messaging: dependency: "direct main" description: name: firebase_messaging - url: "https://pub.dartlang.org" + sha256: "77d93f897c893fa7c8de433f6950123bd9c56f27fd7f88a032a53102ca23fcee" + url: "https://pub.dev" source: hosted - version: "12.0.1" + version: "14.6.3" firebase_messaging_platform_interface: dependency: transitive description: name: firebase_messaging_platform_interface - url: "https://pub.dartlang.org" + sha256: e9e9dc48a3d8ffa67aaba3d6b1ebf74bc7d7d8c83d10b1458ff97878b9d8a2b0 + url: "https://pub.dev" source: hosted - version: "4.1.0" + version: "4.5.3" firebase_messaging_web: dependency: transitive description: name: firebase_messaging_web - url: "https://pub.dartlang.org" + sha256: "381f217e41e0e407baf8df21787b97e46fabfacefd6a953425be3a6cdf2269f4" + url: "https://pub.dev" source: hosted - version: "3.1.0" + version: "3.5.3" flutter: dependency: "direct main" description: flutter @@ -101,9 +114,10 @@ packages: dependency: "direct main" description: name: flutter_apns_only - url: "https://pub.dartlang.org" + sha256: "70da0d520a5b8088dc7a52abb9a63d3191521c7ec2360461af776cdaee50ab74" + url: "https://pub.dev" source: hosted - version: "1.5.2" + version: "1.6.0" flutter_test: dependency: "direct dev" description: flutter @@ -118,44 +132,50 @@ packages: dependency: transitive description: name: js - url: "https://pub.dartlang.org" + sha256: "5528c2f391ededb7775ec1daa69e65a2d61276f7552de2b5f7b8d34ee9fd4ab7" + url: "https://pub.dev" source: hosted - version: "0.6.4" + version: "0.6.5" matcher: dependency: transitive description: name: matcher - url: "https://pub.dartlang.org" + sha256: "16db949ceee371e9b99d22f88fa3a73c4e59fd0afed0bd25fc336eb76c198b72" + url: "https://pub.dev" source: hosted - version: "0.12.11" + version: "0.12.13" material_color_utilities: dependency: transitive description: name: material_color_utilities - url: "https://pub.dartlang.org" + sha256: d92141dc6fe1dad30722f9aa826c7fbc896d021d792f80678280601aff8cf724 + url: "https://pub.dev" source: hosted - version: "0.1.4" + version: "0.2.0" meta: dependency: transitive description: name: meta - url: "https://pub.dartlang.org" + sha256: "6c268b42ed578a53088d834796959e4a1814b5e9e164f147f580a386e5decf42" + url: "https://pub.dev" source: hosted - version: "1.7.0" + version: "1.8.0" path: dependency: transitive description: name: path - url: "https://pub.dartlang.org" + sha256: db9d4f58c908a4ba5953fcee2ae317c94889433e5024c27ce74a37f94267945b + url: "https://pub.dev" source: hosted - version: "1.8.1" + version: "1.8.2" plugin_platform_interface: dependency: transitive description: name: plugin_platform_interface - url: "https://pub.dartlang.org" + sha256: "6a2128648c854906c53fa8e33986fc0247a1116122f9534dd20e3ab9e16a32bc" + url: "https://pub.dev" source: hosted - version: "2.1.2" + version: "2.1.4" sky_engine: dependency: transitive description: flutter @@ -165,51 +185,58 @@ packages: dependency: transitive description: name: source_span - url: "https://pub.dartlang.org" + sha256: dd904f795d4b4f3b870833847c461801f6750a9fa8e61ea5ac53f9422b31f250 + url: "https://pub.dev" source: hosted - version: "1.8.2" + version: "1.9.1" stack_trace: dependency: transitive description: name: stack_trace - url: "https://pub.dartlang.org" + sha256: c3c7d8edb15bee7f0f74debd4b9c5f3c2ea86766fe4178eb2a18eb30a0bdaed5 + url: "https://pub.dev" source: hosted - version: "1.10.0" + version: "1.11.0" stream_channel: dependency: transitive description: name: stream_channel - url: "https://pub.dartlang.org" + sha256: "83615bee9045c1d322bbbd1ba209b7a749c2cbcdcb3fdd1df8eb488b3279c1c8" + url: "https://pub.dev" source: hosted - version: "2.1.0" + version: "2.1.1" string_scanner: dependency: transitive description: name: string_scanner - url: "https://pub.dartlang.org" + sha256: "556692adab6cfa87322a115640c11f13cb77b3f076ddcc5d6ae3c20242bedcde" + url: "https://pub.dev" source: hosted - version: "1.1.0" + version: "1.2.0" term_glyph: dependency: transitive description: name: term_glyph - url: "https://pub.dartlang.org" + sha256: a29248a84fbb7c79282b40b8c72a1209db169a2e0542bce341da992fe1bc7e84 + url: "https://pub.dev" source: hosted - version: "1.2.0" + version: "1.2.1" test_api: dependency: transitive description: name: test_api - url: "https://pub.dartlang.org" + sha256: ad540f65f92caa91bf21dfc8ffb8c589d6e4dc0c2267818b4cc2792857706206 + url: "https://pub.dev" source: hosted - version: "0.4.9" + version: "0.4.16" vector_math: dependency: transitive description: name: vector_math - url: "https://pub.dartlang.org" + sha256: "80b3257d1492ce4d091729e3a67a60407d227c27241d6927be0130c98e741803" + url: "https://pub.dev" source: hosted - version: "2.1.2" + version: "2.1.4" sdks: - dart: ">=2.17.0-0 <3.0.0" - flutter: ">=2.2.0" + dart: ">=2.18.0 <4.0.0" + flutter: ">=3.7.0" diff --git a/flutter_apns/pubspec.yaml b/flutter_apns/pubspec.yaml index 5f998d2..885ae90 100644 --- a/flutter_apns/pubspec.yaml +++ b/flutter_apns/pubspec.yaml @@ -12,7 +12,7 @@ plugin: environment: sdk: ">=2.12.0 <3.0.0" - flutter: ">=2.2.0" + flutter: ">=3.7.0" dependencies: flutter: diff --git a/flutter_apns_only/pubspec.lock b/flutter_apns_only/pubspec.lock index ef5e1b7..27f2ed2 100644 --- a/flutter_apns_only/pubspec.lock +++ b/flutter_apns_only/pubspec.lock @@ -5,51 +5,50 @@ packages: dependency: transitive description: name: async - url: "https://pub.dartlang.org" + sha256: bfe67ef28df125b7dddcea62755991f807aa39a2492a23e1550161692950bbe0 + url: "https://pub.dev" source: hosted - version: "2.8.2" + version: "2.10.0" boolean_selector: dependency: transitive description: name: boolean_selector - url: "https://pub.dartlang.org" + sha256: "6cfb5af12253eaf2b368f07bacc5a80d1301a071c73360d746b7f2e32d762c66" + url: "https://pub.dev" source: hosted - version: "2.1.0" + version: "2.1.1" characters: dependency: transitive description: name: characters - url: "https://pub.dartlang.org" + sha256: e6a326c8af69605aec75ed6c187d06b349707a27fbff8222ca9cc2cff167975c + url: "https://pub.dev" source: hosted - version: "1.2.0" - charcode: - dependency: transitive - description: - name: charcode - url: "https://pub.dartlang.org" - source: hosted - version: "1.3.1" + version: "1.2.1" clock: dependency: transitive description: name: clock - url: "https://pub.dartlang.org" + sha256: cb6d7f03e1de671e34607e909a7213e31d7752be4fb66a86d29fe1eb14bfb5cf + url: "https://pub.dev" source: hosted - version: "1.1.0" + version: "1.1.1" collection: dependency: transitive description: name: collection - url: "https://pub.dartlang.org" + sha256: cfc915e6923fe5ce6e153b0723c753045de46de1b4d63771530504004a45fae0 + url: "https://pub.dev" source: hosted - version: "1.16.0" + version: "1.17.0" fake_async: dependency: transitive description: name: fake_async - url: "https://pub.dartlang.org" + sha256: "511392330127add0b769b75a987850d136345d9227c6b94c96a04cf4a391bf78" + url: "https://pub.dev" source: hosted - version: "1.3.0" + version: "1.3.1" flutter: dependency: "direct main" description: flutter @@ -60,34 +59,46 @@ packages: description: flutter source: sdk version: "0.0.0" + js: + dependency: transitive + description: + name: js + sha256: "5528c2f391ededb7775ec1daa69e65a2d61276f7552de2b5f7b8d34ee9fd4ab7" + url: "https://pub.dev" + source: hosted + version: "0.6.5" matcher: dependency: transitive description: name: matcher - url: "https://pub.dartlang.org" + sha256: "16db949ceee371e9b99d22f88fa3a73c4e59fd0afed0bd25fc336eb76c198b72" + url: "https://pub.dev" source: hosted - version: "0.12.11" + version: "0.12.13" material_color_utilities: dependency: transitive description: name: material_color_utilities - url: "https://pub.dartlang.org" + sha256: d92141dc6fe1dad30722f9aa826c7fbc896d021d792f80678280601aff8cf724 + url: "https://pub.dev" source: hosted - version: "0.1.4" + version: "0.2.0" meta: dependency: transitive description: name: meta - url: "https://pub.dartlang.org" + sha256: "6c268b42ed578a53088d834796959e4a1814b5e9e164f147f580a386e5decf42" + url: "https://pub.dev" source: hosted - version: "1.7.0" + version: "1.8.0" path: dependency: transitive description: name: path - url: "https://pub.dartlang.org" + sha256: db9d4f58c908a4ba5953fcee2ae317c94889433e5024c27ce74a37f94267945b + url: "https://pub.dev" source: hosted - version: "1.8.1" + version: "1.8.2" sky_engine: dependency: transitive description: flutter @@ -97,51 +108,58 @@ packages: dependency: transitive description: name: source_span - url: "https://pub.dartlang.org" + sha256: dd904f795d4b4f3b870833847c461801f6750a9fa8e61ea5ac53f9422b31f250 + url: "https://pub.dev" source: hosted - version: "1.8.2" + version: "1.9.1" stack_trace: dependency: transitive description: name: stack_trace - url: "https://pub.dartlang.org" + sha256: c3c7d8edb15bee7f0f74debd4b9c5f3c2ea86766fe4178eb2a18eb30a0bdaed5 + url: "https://pub.dev" source: hosted - version: "1.10.0" + version: "1.11.0" stream_channel: dependency: transitive description: name: stream_channel - url: "https://pub.dartlang.org" + sha256: "83615bee9045c1d322bbbd1ba209b7a749c2cbcdcb3fdd1df8eb488b3279c1c8" + url: "https://pub.dev" source: hosted - version: "2.1.0" + version: "2.1.1" string_scanner: dependency: transitive description: name: string_scanner - url: "https://pub.dartlang.org" + sha256: "556692adab6cfa87322a115640c11f13cb77b3f076ddcc5d6ae3c20242bedcde" + url: "https://pub.dev" source: hosted - version: "1.1.0" + version: "1.2.0" term_glyph: dependency: transitive description: name: term_glyph - url: "https://pub.dartlang.org" + sha256: a29248a84fbb7c79282b40b8c72a1209db169a2e0542bce341da992fe1bc7e84 + url: "https://pub.dev" source: hosted - version: "1.2.0" + version: "1.2.1" test_api: dependency: transitive description: name: test_api - url: "https://pub.dartlang.org" + sha256: ad540f65f92caa91bf21dfc8ffb8c589d6e4dc0c2267818b4cc2792857706206 + url: "https://pub.dev" source: hosted - version: "0.4.9" + version: "0.4.16" vector_math: dependency: transitive description: name: vector_math - url: "https://pub.dartlang.org" + sha256: "80b3257d1492ce4d091729e3a67a60407d227c27241d6927be0130c98e741803" + url: "https://pub.dev" source: hosted - version: "2.1.2" + version: "2.1.4" sdks: - dart: ">=2.17.0-0 <3.0.0" - flutter: ">=1.12.13+hotfix.5" + dart: ">=2.18.0 <4.0.0" + flutter: ">=3.7.0" diff --git a/flutter_apns_only/pubspec.yaml b/flutter_apns_only/pubspec.yaml index b3e5eb9..ce0b878 100644 --- a/flutter_apns_only/pubspec.yaml +++ b/flutter_apns_only/pubspec.yaml @@ -5,7 +5,7 @@ homepage: https://github.com/mwaylabs/flutter-apns environment: sdk: ">=2.12.0-0 <3.0.0" - flutter: ">=1.12.13+hotfix.5" + flutter: ">=3.7.0" dependencies: flutter: From 0bfabccfd5b3310ab4895dce852a718a72d6067a Mon Sep 17 00:00:00 2001 From: Masashi Takeshita Date: Fri, 16 Jun 2023 18:12:13 +0900 Subject: [PATCH 2/2] Update version --- flutter_apns/pubspec.yaml | 2 +- flutter_apns_only/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flutter_apns/pubspec.yaml b/flutter_apns/pubspec.yaml index 885ae90..e2af19b 100644 --- a/flutter_apns/pubspec.yaml +++ b/flutter_apns/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_apns description: APNS push notification plugin. Uses firebase_messaging on Android, but replaces it on iOS with custom implementation. -version: 1.6.0 +version: 2.0.0 homepage: https://github.com/mwaylabs/flutter-apns plugin: diff --git a/flutter_apns_only/pubspec.yaml b/flutter_apns_only/pubspec.yaml index ce0b878..02929b5 100644 --- a/flutter_apns_only/pubspec.yaml +++ b/flutter_apns_only/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_apns_only description: APNS push notification plugin. Works only on iOS. See flutter_apns for apns & firebase combo -version: 1.6.0 +version: 2.0.0 homepage: https://github.com/mwaylabs/flutter-apns environment: