We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5538b06 commit 11a040fCopy full SHA for 11a040f
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## 1.0.0+5
2
+- Fixed: Git repository.
3
+
4
## 1.0.0+4
5
- Added: FancyFromField documentation.
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+4
+ fancy_form: ^1.0.0+5
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+4
-repository: https://github.com/MusilyApp/fancy_form.git
+version: 1.0.0+5
+repository: https://github.com/MusilyApp/fancy_form
environment:
7
sdk: ^3.6.0
0 commit comments