Skip to content

Commit 3de1bde

Browse files
committed
core: migrate to 3.7.10
- upgrate to flutter 3.7.10 - upgrade packages - pod upgrade
1 parent d6146b2 commit 3de1bde

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+657
-647
lines changed

.fvm/fvm_config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"flutterSdkVersion": "3.7.0",
2+
"flutterSdkVersion": "3.7.10",
33
"flavors": {}
44
}

analysis_options.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ linter:
2626
# prefer_single_quotes: true # Uncomment to enable the `prefer_single_quotes` rule
2727
# prefer_const_constructors: false # Will be remove someday since it is annoying for now
2828
# prefer_const_literals_to_create_immutables: false # Will be remove someday since it is annoying for now
29+
use_build_context_synchronously: false
2930

3031
# Additional information about this file can be found at
3132
# https://dart.dev/guides/language/analysis-options

ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ require File.expand_path(File.join('packages', 'flutter_tools', 'bin', 'podhelpe
2828
flutter_ios_podfile_setup
2929

3030
target 'Runner' do
31-
pod 'FirebaseFirestore', :git => 'https://github.com/invertase/firestore-ios-sdk-frameworks.git', :tag => '10.3.0'
31+
pod 'FirebaseFirestore', :git => 'https://github.com/invertase/firestore-ios-sdk-frameworks.git', :tag => '10.7.0'
3232

3333
use_frameworks!
3434
use_modular_headers!

0 commit comments

Comments
 (0)