We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1ee6e6 commit 7ff9be3Copy full SHA for 7ff9be3
CHANGELOG.md
@@ -1,3 +1,15 @@
1
+## [10.2.0]
2
+
3
+* Update dependencies:
4
+ * `intl` from ^0.18.1 to ^0.19.0
5
+ * `dart sdk` from >=3.0.0 <4.0.0 to >=3.4.0 <4.0.0
6
+ * `flutter` from >=3.10.0 to >=3.22.0
7
+ * `form_builder_validators` from ^9.1.0 to ^10.0.1
8
+ * `flutter_form_builder` from ^9.1.1 to ^9.3.0
9
+ * `flutter_lints` from ^2.0.3 to ^4.0.0
10
+* Resolved deprecation warning. using super.key instead of super(key: key) https://dart.dev/tools/linter-rules/use_super_parameters
11
+* Migrate to applying Gradle Plugins with the declarative plugins block: https://docs.flutter.dev/release/breaking-changes/flutter-gradle-plugin-apply
12
13
## [10.1.0]
14
15
* `FormBuilderTypeAhead`: Add new properties
0 commit comments