We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c20806 commit 62a7a08Copy full SHA for 62a7a08
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## 1.0.0+2
2
+- Updated CHANGELOG.
3
+
4
## 1.0.0+1
5
- Updated CHANGELOG.
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
+ fancy_form: ^1.0.0+2
20
```
21
22
Run `flutter pub get` to install.
pubspec.yaml
@@ -1,7 +1,7 @@
name: fancy_form
description: A flexible and easy-to-use form management solution for Flutter.
-version: 1.0.0+1
-repository: https://github.com/MusilyApp/dart_ytmusic_api.git
+version: 1.0.0+2
+repository: https://github.com/MusilyApp/fancy_form.git
environment:
7
sdk: ^3.6.0
0 commit comments