Skip to content

Commit

Permalink
release of v4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
juliansteenbakker committed Dec 7, 2022
1 parent 08177c8 commit 632b31e
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 12 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 4.1.1
Bugs fixed:
- Fixed an issue with keyboard unfocusing. (Thanks @otto-dev !)
- Fixed an issue with checkboxFormField not updating value. (Thanks @Mojo1917 !)
- Updated dependencies.

## 4.1.0
Features:
* You can now select the keyboardType for the confirm Signup Code with [confirmSignupKeyboardType]. (Thanks @0ttik !)
Expand Down
2 changes: 1 addition & 1 deletion analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include: package:lint/analysis_options_package.yaml
include: package:lint/package.yaml

linter:
rules:
Expand Down
2 changes: 1 addition & 1 deletion example/analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include: package:lint/analysis_options.yaml
include: package:lint/strict.yaml
12 changes: 6 additions & 6 deletions 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.1.0"
version: "4.1.1"
flutter_test:
dependency: "direct dev"
description: flutter
Expand All @@ -92,7 +92,7 @@ packages:
name: font_awesome_flutter
url: "https://pub.dartlang.org"
source: hosted
version: "10.2.1"
version: "10.3.0"
intl:
dependency: "direct main"
description:
Expand All @@ -113,7 +113,7 @@ packages:
name: lint
url: "https://pub.dartlang.org"
source: hosted
version: "1.10.0"
version: "2.0.1"
matcher:
dependency: transitive
description:
Expand Down Expand Up @@ -230,14 +230,14 @@ packages:
name: url_launcher
url: "https://pub.dartlang.org"
source: hosted
version: "6.1.6"
version: "6.1.7"
url_launcher_android:
dependency: transitive
description:
name: url_launcher_android
url: "https://pub.dartlang.org"
source: hosted
version: "6.0.21"
version: "6.0.22"
url_launcher_ios:
dependency: transitive
description:
Expand Down Expand Up @@ -288,5 +288,5 @@ packages:
source: hosted
version: "2.1.2"
sdks:
dart: ">=2.17.0 <3.0.0"
dart: ">=2.18.0 <3.0.0"
flutter: ">=2.10.0"
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
lint: ^1.10.0
lint: ^2.0.1

flutter:
uses-material-design: true
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: flutter_login
description: A login widget with login/signup functionalities to help speed up development
version: 4.1.0
homepage: https://github.com/NearHuscarl/flutter_login
version: 4.1.1
repository: https://github.com/NearHuscarl/flutter_login

environment:
sdk: '>=2.17.0 <3.0.0'
Expand All @@ -20,7 +20,7 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
lint: ^1.10.0
lint: ^2.0.1
mockito: ^5.0.16


Expand Down

0 comments on commit 632b31e

Please sign in to comment.