Skip to content

Commit 892a70b

Browse files
update to 1.2.0
1 parent 8aa67e5 commit 892a70b

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.2.0
2+
- Feature: clear only method with clearOnly(List<String> ids)
3+
14
## 1.1.0
25
- Feature: Clean all methods with cleanAll()
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.1.0
19+
fancy_form: ^1.2.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.1.0
3+
version: 1.2.0
44
repository: https://github.com/MusilyApp/fancy_form
55

66
environment:

0 commit comments

Comments
 (0)