diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a11538f..09a587b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## 5.0.0 Breaking Changes: -- [Android] Upgraded to Gradle 8. Due to a dependency update, the minimum Flutter version is changed to 3.16. +- [Android] Upgraded to Gradle 8. Due to a dependency update (intl_phone_number_input), the minimum Flutter version is changed to 3.16. Features: - Added keyboardDismissBehavior parameter to select the behaviour of the keyboard when scrolling. diff --git a/example/pubspec.lock b/example/pubspec.lock index aef109ae..88d3db72 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -92,7 +92,7 @@ packages: path: ".." relative: true source: path - version: "4.3.0" + version: "5.0.0" flutter_test: dependency: "direct dev" description: flutter diff --git a/example/pubspec.yaml b/example/pubspec.yaml index f96ade90..c0998abd 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -5,7 +5,7 @@ publish_to: 'none' environment: sdk: ">=3.2.0 <4.0.0" - flutter: ^3.16.0 + flutter: ">=3.16.0" dependencies: cupertino_icons: ^1.0.3 diff --git a/pubspec.yaml b/pubspec.yaml index b0c8b051..37200442 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -5,7 +5,7 @@ repository: https://github.com/NearHuscarl/flutter_login environment: sdk: ">=3.2.0 <4.0.0" - flutter: ^3.16.0 + flutter: ">=3.16.0" dependencies: another_flushbar: ^1.10.29