Skip to content

Commit

Permalink
Merge pull request #24 from udos86/v7.1.0
Browse files Browse the repository at this point in the history
v7.1.0
  • Loading branch information
udos86 authored Jun 3, 2022
2 parents d6efdcd + e635613 commit 09c0725
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [7.1.0] - 06/04/2022

* adds missing properties to `FastFormField` widgets
* uses `defaultTargetPlatform` instead of `Theme.of(context).platform`
* improves typing

## [7.0.0] - 05/13/2022

* update to Flutter `3.0.0` and Dart `2.17.0`
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_fast_forms
description: Enhances the Flutter SDK with adaptive form field wrapper widgets and validation states to speed up building forms.
version: 7.0.0
version: 7.1.0
repository: https://github.com/udos86/flutter-fast-forms

environment:
Expand Down

0 comments on commit 09c0725

Please sign in to comment.