Skip to content

Commit

Permalink
update flutter 3.16.3 and packages
Browse files Browse the repository at this point in the history
  • Loading branch information
nrikiji committed Dec 10, 2023
1 parent d3fb03b commit f302708
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 32 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.16.2'
flutter-version: '3.16.3'
channel: 'stable'
- name: Flutter Pub Get
run: flutter pub get
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
run: sudo xcode-select -s '/Applications/Xcode_15.0.app/Contents/Developer'
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.16.2'
flutter-version: '3.16.3'
channel: 'stable'
- name: Flutter Pub Get
run: flutter pub get
Expand Down
2 changes: 1 addition & 1 deletion README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

flutterで毎回行っている作業や設定を予めテンプレート化したプロジェクトです。

flutterのバージョンは3.16.2
flutterのバージョンは3.16.3

主な設定は以下のとおり。
- ビルド設定(Debug or Release)ごとに、アプリ名・アプリID(Bundle Identifier、Application Id)を切り替えることができる
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This project is a pre-template of the tasks and settings that are done every time in flutter.

Flutter version is 3.16.2
Flutter version is 3.16.3

The main settings are as follows
- Switching the app name and app ID (Bundle Identifier, Application Id) for each build setting (Debug or Release).
Expand Down
12 changes: 6 additions & 6 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ PODS:
- Firebase/Crashlytics (10.18.0):
- Firebase/CoreOnly
- FirebaseCrashlytics (~> 10.18.0)
- firebase_analytics (10.7.2):
- firebase_analytics (10.7.4):
- Firebase/Analytics (= 10.18.0)
- firebase_core
- Flutter
- firebase_core (2.24.0):
- firebase_core (2.24.2):
- Firebase/CoreOnly (= 10.18.0)
- Flutter
- firebase_crashlytics (3.4.6):
- firebase_crashlytics (3.4.8):
- Firebase/Crashlytics (= 10.18.0)
- firebase_core
- Flutter
Expand Down Expand Up @@ -155,9 +155,9 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
Firebase: 414ad272f8d02dfbf12662a9d43f4bba9bec2a06
firebase_analytics: a8c0d8ba83f213c9b775b5f61d36dadaafb1b239
firebase_core: f802c5c1f6caff9b8d38b591a36e7b25f8878936
firebase_crashlytics: 0db78a5b6badc630f21a833d0c9ab20ab5d81948
firebase_analytics: 88c111412070acc2b05c1734151f58824f3db657
firebase_core: 0af4a2b24f62071f9bf283691c0ee41556dcb3f5
firebase_crashlytics: 55714f63ae0973c54b3a721c451ae5f815086c1f
FirebaseAnalytics: 4d310b35c48eaa4a058ddc04bdca6bdb5dc0fe80
FirebaseCore: 2322423314d92f946219c8791674d2f3345b598f
FirebaseCoreExtension: 62b201498aa10535801cdf3448c7f4db5e24ed80
Expand Down
34 changes: 17 additions & 17 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ packages:
dependency: transitive
description:
name: _flutterfire_internals
sha256: eb0ac20f704799b986049fbb3c1c16421eca319a1b872378d669513e12452ba5
sha256: f5628cd9c92ed11083f425fd1f8f1bc60ecdda458c81d73b143aeda036c35fe7
url: "https://pub.dev"
source: hosted
version: "1.3.14"
version: "1.3.16"
async:
dependency: transitive
description:
Expand Down Expand Up @@ -69,34 +69,34 @@ packages:
dependency: "direct main"
description:
name: firebase_analytics
sha256: "6325991042226a515406b4fc9204d3102e54a514b72fffb945b625d9f69c5196"
sha256: "5e92d510eacd66c354718fd9cc8f66ffdfa025640b645c4742297fb973770508"
url: "https://pub.dev"
source: hosted
version: "10.7.2"
version: "10.7.4"
firebase_analytics_platform_interface:
dependency: transitive
description:
name: firebase_analytics_platform_interface
sha256: "38ad4bec1fa0fe16577e6f178e4c4280f029181b18e16bf68782c527c7d82bfe"
sha256: "72977325a72af5ebb8e53b5c5533cb2e33eec481cd46210cfe5427f5efba55d8"
url: "https://pub.dev"
source: hosted
version: "3.8.2"
version: "3.8.4"
firebase_analytics_web:
dependency: transitive
description:
name: firebase_analytics_web
sha256: "6c0deb691a26db2006ded65fd8999a204dcfe8ef67d7d75b7f55ebc08e1d89a4"
sha256: "8b9710be7e292e2a5ad34fff449d4b668c5808fb339649e69181727a4534f579"
url: "https://pub.dev"
source: hosted
version: "0.5.5+9"
version: "0.5.5+11"
firebase_core:
dependency: "direct main"
description:
name: firebase_core
sha256: d301561d614487688d797717bef013a264c517d1d09e4c5c1325c3a64c835efb
sha256: "96607c0e829a581c2a483c658f04e8b159964c3bae2730f73297070bc85d40bb"
url: "https://pub.dev"
source: hosted
version: "2.24.0"
version: "2.24.2"
firebase_core_platform_interface:
dependency: transitive
description:
Expand All @@ -109,26 +109,26 @@ packages:
dependency: transitive
description:
name: firebase_core_web
sha256: "10159d9ee42c79f4548971d92f3f0fcd5791f6738cda3583a4e3b2c8b244c018"
sha256: d585bdf3c656c3f7821ba1bd44da5f13365d22fcecaf5eb75c4295246aaa83c0
url: "https://pub.dev"
source: hosted
version: "2.9.0"
version: "2.10.0"
firebase_crashlytics:
dependency: "direct main"
description:
name: firebase_crashlytics
sha256: "60ef0016c0c2a7d16bf02468e3b27cd0ad4606f6d35535998dde3150cc0bc771"
sha256: "5ccdf05de039f9544d0ba41c5ae2052ca2425985d32229911b09f69981164518"
url: "https://pub.dev"
source: hosted
version: "3.4.6"
version: "3.4.8"
firebase_crashlytics_platform_interface:
dependency: transitive
description:
name: firebase_crashlytics_platform_interface
sha256: d185100facc6f7c43c5718103111488d008c52df8c19cbc5e5f9d2115d734909
sha256: "359197344def001589c84f8d1d57c05f6e2e773f559205610ce58c25e2045a57"
url: "https://pub.dev"
source: hosted
version: "3.6.14"
version: "3.6.16"
flutter:
dependency: "direct main"
description: flutter
Expand Down Expand Up @@ -299,5 +299,5 @@ packages:
source: hosted
version: "0.3.0"
sdks:
dart: ">=3.2.2 <4.0.0"
dart: ">=3.2.3 <4.0.0"
flutter: ">=3.3.0"
10 changes: 5 additions & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.0.49+49
version: 1.0.50+50

environment:
sdk: '>=3.2.2 <4.0.0'
sdk: '>=3.2.3 <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
Expand All @@ -32,9 +32,9 @@ dependencies:
flutter_localizations:
sdk: flutter

firebase_core: ^2.24.0
firebase_analytics: ^10.7.2
firebase_crashlytics: ^3.4.6
firebase_core: ^2.24.1
firebase_analytics: ^10.7.3
firebase_crashlytics: ^3.4.7

ini: ^2.1.0

Expand Down

0 comments on commit f302708

Please sign in to comment.