Skip to content

Commit

Permalink
release of v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
juliansteenbakker committed Nov 9, 2022
1 parent 2d2e3e3 commit 8bbd6ca
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 4.1.0
Features:
* You can now select the keyboardType for the confirm Signup Code with [confirmSignupKeyboardType]. (Thanks @0ttik !)
* Added a [headerWidget] that can be used to provide some text above the loginCard. (Thanks @cloudonlanapps !)
* You can now perform checks between switching to additionalData (if provided) using [onSwitchToAdditionalFields] (Thanks @blanquartf !)

Bugs fixed:
* Fixed termOfService.linkUrl. (Thanks @fotiDim !)

Other improvements:
* Migrated to lint and applied all suggested lints.
* Updated dependencies.

## 4.0.0
BREAKING CHANGES:
Flutter 3 or higher is required. All other dependencies are updated to match this.
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ packages:
path: ".."
relative: true
source: path
version: "4.0.0"
version: "4.1.0"
flutter_test:
dependency: "direct dev"
description: flutter
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_login
description: A login widget with login/signup functionalities to help speed up development
version: 4.0.0
version: 4.1.0
homepage: https://github.com/NearHuscarl/flutter_login

environment:
Expand Down

0 comments on commit 8bbd6ca

Please sign in to comment.