We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2acdb9 commit f2aa81fCopy full SHA for f2aa81f
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## 1.1.0
2
+- Feature: Clean all methods with cleanAll()
3
+
4
## 1.0.1
5
- Fixed: CPF Validator
6
README.md
@@ -16,7 +16,7 @@ Add the package to your `pubspec.yaml`:
16
17
```yaml
18
dependencies:
19
- fancy_form: ^1.0.0+5
+ fancy_form: ^1.1.0
20
```
21
22
Run `flutter pub get` to install.
pubspec.yaml
@@ -1,6 +1,6 @@
name: fancy_form
description: A flexible and easy-to-use form management solution for Flutter.
-version: 1.0.1
+version: 1.1.0
repository: https://github.com/MusilyApp/fancy_form
environment:
0 commit comments