We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8aa67e5 commit 892a70bCopy full SHA for 892a70b
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## 1.2.0
2
+- Feature: clear only method with clearOnly(List<String> ids)
3
+
4
## 1.1.0
5
- Feature: Clean all methods with cleanAll()
6
README.md
@@ -16,7 +16,7 @@ Add the package to your `pubspec.yaml`:
16
17
```yaml
18
dependencies:
19
- fancy_form: ^1.1.0
+ fancy_form: ^1.2.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.1.0
+version: 1.2.0
repository: https://github.com/MusilyApp/fancy_form
environment:
0 commit comments