Skip to content

Commit 581a478

Browse files
committed
Example page published
1 parent f6f5a4a commit 581a478

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1-
## 0.1.0
1+
## 0.1.1 - 2020-07-16
22

3-
* Initial Open Source release.
3+
* Example page published
4+
5+
## 0.1.0 - 2020-07-16
6+
7+
* Initial Open Source release.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ In the `pubspec.yaml` of your flutter project, add the following dependency:
1212
```yaml
1313
dependencies:
1414
...
15-
select_form_field: "^0.1.0"
15+
select_form_field: "^0.1.1"
1616
```
1717
1818
In your library add the following import:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: select_form_field
22
description: A Flutter select form field widget. It shows a list of options in a dropdown menu.
3-
version: 0.1.0
3+
version: 0.1.1
44
homepage: https://github.com/m3uzz/select_form_field
55

66
environment:

0 commit comments

Comments
 (0)