diff --git a/firebase_auth_oauth/example/pubspec.yaml b/firebase_auth_oauth/example/pubspec.yaml index b9b26b8..1eb75fb 100644 --- a/firebase_auth_oauth/example/pubspec.yaml +++ b/firebase_auth_oauth/example/pubspec.yaml @@ -3,17 +3,17 @@ description: Demonstrates how to use the firebase_auth_oauth plugin. publish_to: 'none' environment: - sdk: ">=2.12.0 <3.0.0" + sdk: ">=3.3.0 <4.0.0" dependencies: flutter: sdk: flutter - firebase_auth: ^4.1.1 - firebase_core: ^2.1.1 + firebase_auth: ^5.3.1 + firebase_core: ^3.6.0 # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons. - cupertino_icons: ^0.1.2 + cupertino_icons: ^1.0.8 dev_dependencies: flutter_test: diff --git a/firebase_auth_oauth/pubspec.yaml b/firebase_auth_oauth/pubspec.yaml index fabe1b4..f7f2476 100644 --- a/firebase_auth_oauth/pubspec.yaml +++ b/firebase_auth_oauth/pubspec.yaml @@ -4,14 +4,14 @@ version: 1.2.2 homepage: https://github.com/amrfarid140/firebase_auth_oauth/tree/master/firebase_auth_oauth environment: - sdk: ">=2.12.0 <3.0.0" - flutter: ">=1.20.0" + sdk: ">=3.3.0 <4.0.0" + flutter: ">=3.24.3" dependencies: flutter: sdk: flutter - firebase_auth: ^4.1.1 - firebase_core: ^2.1.1 + firebase_auth: ^5.3.1 + firebase_core: ^3.6.0 firebase_auth_oauth_platform_interface: ^1.0.3 firebase_auth_oauth_web: ^1.1.1 diff --git a/firebase_auth_oauth_platform_interface/pubspec.yaml b/firebase_auth_oauth_platform_interface/pubspec.yaml index 66df47b..79d8a77 100644 --- a/firebase_auth_oauth_platform_interface/pubspec.yaml +++ b/firebase_auth_oauth_platform_interface/pubspec.yaml @@ -5,13 +5,13 @@ version: 1.0.3 homepage: https://github.com/amrfarid140/firebase_auth_oauth/tree/master/firebase_auth_oauth_platform_interface environment: - sdk: ">=2.12.0 <3.0.0" + sdk: ">=3.3.0 <4.0.0" dependencies: flutter: sdk: flutter - firebase_auth: ^4.1.1 - firebase_core: ^2.1.1 + firebase_auth: ^5.3.1 + firebase_core: ^3.6.0 dev_dependencies: flutter_test: diff --git a/firebase_auth_oauth_web/pubspec.yaml b/firebase_auth_oauth_web/pubspec.yaml index a28ef7e..88aa767 100644 --- a/firebase_auth_oauth_web/pubspec.yaml +++ b/firebase_auth_oauth_web/pubspec.yaml @@ -4,17 +4,17 @@ version: 1.1.1 homepage: https://github.com/amrfarid140/firebase_auth_oauth/tree/master/firebase_auth_oauth_web environment: - sdk: ">=2.12.0 <3.0.0" - flutter: ">=1.20.0" + sdk: ">=3.3.0 <4.0.0" + flutter: ">=3.24.3" dependencies: flutter: sdk: flutter flutter_web_plugins: sdk: flutter - firebase: ^9.0.1 - firebase_auth: ^4.1.1 - firebase_core: ^2.1.1 + firebase: ^9.0.3 + firebase_auth: ^5.3.1 + firebase_core: ^3.6.0 firebase_auth_oauth_platform_interface: ^1.0.3 js: ^0.6.4