Skip to content

Commit f2aa81f

Browse files
update to 1.1.0
1 parent f2acdb9 commit f2aa81f

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 1.1.0
2+
- Feature: Clean all methods with cleanAll()
3+
14
## 1.0.1
25
- Fixed: CPF Validator
36

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Add the package to your `pubspec.yaml`:
1616

1717
```yaml
1818
dependencies:
19-
fancy_form: ^1.0.0+5
19+
fancy_form: ^1.1.0
2020
```
2121
2222
Run `flutter pub get` to install.

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: fancy_form
22
description: A flexible and easy-to-use form management solution for Flutter.
3-
version: 1.0.1
3+
version: 1.1.0
44
repository: https://github.com/MusilyApp/fancy_form
55

66
environment:

0 commit comments

Comments
 (0)