diff --git a/ios/Flutter/AppFrameworkInfo.plist b/ios/Flutter/AppFrameworkInfo.plist index 9625e10..7c56964 100644 --- a/ios/Flutter/AppFrameworkInfo.plist +++ b/ios/Flutter/AppFrameworkInfo.plist @@ -21,6 +21,6 @@ CFBundleVersion 1.0 MinimumOSVersion - 11.0 + 12.0 diff --git a/ios/Podfile b/ios/Podfile index db71e6d..18d9d50 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -1,5 +1,5 @@ # Uncomment this line to define a global platform for your project -# platform :ios, '11.0' +# platform :ios, '12.0' # CocoaPods analytics sends network stats synchronously affecting flutter build latency. ENV['COCOAPODS_DISABLE_STATS'] = 'true' diff --git a/pubspec.yaml b/pubspec.yaml index c030738..17908af 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,10 +1,10 @@ name: flutter_social_sample_app description: Demonstrates how to use the flutter_application_1 plugin. -version: 1.1.13+28 +version: 1.1.16+31 environment: - sdk: ">=2.17.0 <3.0.0" + sdk: ">=3.0.0 <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 @@ -22,8 +22,8 @@ dependencies: chewie: ^1.3.1 cupertino_icons: ^1.0.2 file_picker: ^5.0.1 - firebase_core: ^2.4.0 - firebase_messaging: ^14.6.4 + firebase_core: ^2.25.3 + firebase_messaging: ^14.7.14 flutter: sdk: flutter flutter_keyboard_visibility: ^5.4.0 @@ -38,7 +38,7 @@ dependencies: universal_html: ^2.2.3 url_launcher: ^6.0.20 - uuid: ^3.0.6 + uuid: ^4.2.2 video_player: ^2.3.0