We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62a7a08 commit 653bd7bCopy full SHA for 653bd7b
CHANGELOG.md
@@ -1,8 +1,11 @@
1
+## 1.0.0+3
2
+- Fixed CHANGELOG.
3
+
4
## 1.0.0+2
-- Updated CHANGELOG.
5
+- Fixed repository URL in pubspec.
6
7
## 1.0.0+1
8
+- Fixed README.md.
9
10
## 1.0.0
11
- Initial release.
README.md
@@ -16,7 +16,7 @@ Add the package to your `pubspec.yaml`:
16
17
```yaml
18
dependencies:
19
- fancy_form: ^1.0.0+2
+ fancy_form: ^1.0.0+3
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.0+2
+version: 1.0.0+3
repository: https://github.com/MusilyApp/fancy_form.git
environment:
0 commit comments