Skip to content

Commit b624711

Browse files
committed
Formatted code sample in README
1 parent 0f6e72a commit b624711

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## [0.1.2] - 31-Dec-2020
2+
* Formatted code sample in README
3+
14
## [0.1.1] - 31-Dec-2020
25
* Include code sample in README
36

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Field for picking image(s) from Gallery or Camera for flutter_form_builder package
44

55
## Usage
6-
6+
```dart
77
FormBuilder(
88
child: Column(
99
mainAxisAlignment: MainAxisAlignment.center,
@@ -22,3 +22,4 @@ FormBuilder(
2222
],
2323
),
2424
),
25+
```

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: form_builder_image_picker
22
description: Field for picking image(s) from Gallery or Camera for flutter_form_builder package
3-
version: 0.1.1
3+
version: 0.1.2
44
homepage: https://github.com/danvick/form_builder_image_picker
55

66
environment:

0 commit comments

Comments
 (0)