Skip to content

Commit

Permalink
release of v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
juliansteenbakker committed Dec 19, 2023
1 parent 71e9d78 commit 460bd39
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Expand Up @@ -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
Expand Down

0 comments on commit 460bd39

Please sign in to comment.