Skip to content

Commit 11a040f

Browse files
fixed: git repository
1 parent 5538b06 commit 11a040f

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 1.0.0+5
2+
- Fixed: Git repository.
3+
14
## 1.0.0+4
25
- Added: FancyFromField documentation.
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.0.0+4
19+
fancy_form: ^1.0.0+5
2020
```
2121
2222
Run `flutter pub get` to install.

pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: fancy_form
22
description: A flexible and easy-to-use form management solution for Flutter.
3-
version: 1.0.0+4
4-
repository: https://github.com/MusilyApp/fancy_form.git
3+
version: 1.0.0+5
4+
repository: https://github.com/MusilyApp/fancy_form
55

66
environment:
77
sdk: ^3.6.0

0 commit comments

Comments
 (0)