From caadde5695068ebdb07dc776eb38824f2a958744 Mon Sep 17 00:00:00 2001 From: nrikiji Date: Tue, 12 Sep 2023 09:19:46 +0900 Subject: [PATCH] update flutter 3.13.3 and packages. --- .github/workflows/release.yml | 4 +- ios/Podfile.lock | 12 ++-- ios/Runner.xcodeproj/project.pbxproj | 2 +- .../xcshareddata/xcschemes/Runner.xcscheme | 2 +- pubspec.lock | 70 +++++++++++-------- pubspec.yaml | 10 +-- 6 files changed, 54 insertions(+), 46 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 89980e0..b8ea4c7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v3 - uses: subosito/flutter-action@v2 with: - flutter-version: '3.10.6' + flutter-version: '3.13.3' channel: 'stable' - name: Flutter Pub Get run: flutter pub get @@ -41,7 +41,7 @@ jobs: - uses: actions/checkout@v3 - uses: subosito/flutter-action@v2 with: - flutter-version: '3.10.6' + flutter-version: '3.13.3' channel: 'stable' - name: Flutter Pub Get run: flutter pub get diff --git a/ios/Podfile.lock b/ios/Podfile.lock index eb4e7cd..39e5627 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -9,14 +9,14 @@ PODS: - Firebase/Crashlytics (10.12.0): - Firebase/CoreOnly - FirebaseCrashlytics (~> 10.12.0) - - firebase_analytics (10.4.4): + - firebase_analytics (10.4.5): - Firebase/Analytics (= 10.12.0) - firebase_core - Flutter - - firebase_core (2.15.0): + - firebase_core (2.15.1): - Firebase/CoreOnly (= 10.12.0) - Flutter - - firebase_crashlytics (3.3.4): + - firebase_crashlytics (3.3.5): - Firebase/Crashlytics (= 10.12.0) - firebase_core - Flutter @@ -155,9 +155,9 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: Firebase: 07150e75d142fb9399f6777fa56a187b17f833a0 - firebase_analytics: 3ff822ee2e90f95b61f0da300df20b378d380fbb - firebase_core: e477125798fc37cd4ab43ca6a8536bf7e0929c00 - firebase_crashlytics: 6043ce85800f96e53f15ee5051f9cfad10cce73d + firebase_analytics: 3bdcd8b68b7b8ccf28bbcdcfb994309f6232f873 + firebase_core: 4a3246a02f828a01c74a2c26427037786d90f17f + firebase_crashlytics: df144edf7d04ace42beb3a3e29d825bfa49dd04b FirebaseAnalytics: 0270389efbe3022b54ec4588862dabec3477ee98 FirebaseCore: f86a1394906b97ac445ae49c92552a9425831bed FirebaseCoreExtension: 0ce5ac36042001cfa233ce7bfa28e5c313cf80f4 diff --git a/ios/Runner.xcodeproj/project.pbxproj b/ios/Runner.xcodeproj/project.pbxproj index f278a32..d174dac 100644 --- a/ios/Runner.xcodeproj/project.pbxproj +++ b/ios/Runner.xcodeproj/project.pbxproj @@ -156,7 +156,7 @@ 97C146E61CF9000F007C117D /* Project object */ = { isa = PBXProject; attributes = { - LastUpgradeCheck = 1300; + LastUpgradeCheck = 1430; ORGANIZATIONNAME = ""; TargetAttributes = { 97C146ED1CF9000F007C117D = { diff --git a/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme b/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme index c87d15a..a6b826d 100644 --- a/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme +++ b/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme @@ -1,6 +1,6 @@ =3.0.6 <4.0.0" + dart: ">=3.1.1 <4.0.0" flutter: ">=3.3.0" diff --git a/pubspec.yaml b/pubspec.yaml index a1228d2..eab5917 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -18,7 +18,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev version: 1.0.38+38 environment: - sdk: '>=3.0.6 <4.0.0' + sdk: '>=3.1.1 <4.0.0' # Dependencies specify other packages that your package needs in order to work. # To automatically upgrade your package dependencies to the latest versions @@ -32,15 +32,15 @@ dependencies: flutter_localizations: sdk: flutter - firebase_core: ^2.15.0 - firebase_analytics: ^10.4.4 - firebase_crashlytics: ^3.3.4 + firebase_core: ^2.15.1 + firebase_analytics: ^10.4.5 + firebase_crashlytics: ^3.3.5 ini: ^2.1.0 # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons. - cupertino_icons: ^1.0.5 + cupertino_icons: ^1.0.6 dev_dependencies: flutter_test: