From 632b31eaf0ea4432c73aead3501bc3a4652569a3 Mon Sep 17 00:00:00 2001 From: Julian Steenbakker Date: Wed, 7 Dec 2022 08:52:39 +0100 Subject: [PATCH] release of v4.1.1 --- CHANGELOG.md | 6 ++++++ analysis_options.yaml | 2 +- example/analysis_options.yaml | 2 +- example/pubspec.lock | 12 ++++++------ example/pubspec.yaml | 2 +- pubspec.yaml | 6 +++--- 6 files changed, 18 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81cdd025..72c88147 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 !) diff --git a/analysis_options.yaml b/analysis_options.yaml index b6c5f12f..fb240dbb 100644 --- a/analysis_options.yaml +++ b/analysis_options.yaml @@ -1,4 +1,4 @@ -include: package:lint/analysis_options_package.yaml +include: package:lint/package.yaml linter: rules: diff --git a/example/analysis_options.yaml b/example/analysis_options.yaml index 26128b95..9d2bd610 100644 --- a/example/analysis_options.yaml +++ b/example/analysis_options.yaml @@ -1 +1 @@ -include: package:lint/analysis_options.yaml \ No newline at end of file +include: package:lint/strict.yaml \ No newline at end of file diff --git a/example/pubspec.lock b/example/pubspec.lock index 5082ee2b..dc9d4c0f 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -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 @@ -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: @@ -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: @@ -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: @@ -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" diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 6f0def0d..33d2a1a2 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -18,7 +18,7 @@ dependencies: dev_dependencies: flutter_test: sdk: flutter - lint: ^1.10.0 + lint: ^2.0.1 flutter: uses-material-design: true diff --git a/pubspec.yaml b/pubspec.yaml index 54a461d8..b05d5a9c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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' @@ -20,7 +20,7 @@ dependencies: dev_dependencies: flutter_test: sdk: flutter - lint: ^1.10.0 + lint: ^2.0.1 mockito: ^5.0.16