Skip to content

Commit 075e1c2

Browse files
committed
Proper code formatting & changelog version naming
1 parent 7eb254f commit 075e1c2

File tree

3 files changed

+61
-30
lines changed

3 files changed

+61
-30
lines changed

.idea/workspace.xml

+56-25
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
## [1.0.0] - 16-Dec-2018
1+
## [1.0.2] - 16-Dec-2018
22
* Improved library description.
33
* Properly formatted example code in README
44

5-
## [1.0.0] - 15-Dec-2018
5+
## [1.0.1] - 15-Dec-2018
66
* Added example to README
77

88
## [1.0.0] - 15-Dec-2018

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Flutter library for building input fields with InputChips as input options.
88
Follow installation instructions [here](https://pub.dartlang.org/packages/flutter_chips_input#-installing-tab-)
99

1010
### Example
11-
`
11+
```
1212
ChipsInput(
1313
initialValue: [
1414
AppProfile('John Doe', '[email protected]', 'https://d2gg9evh47fn9z.cloudfront.net/800px_COLOURBOX4057996.jpg')
@@ -55,8 +55,8 @@ ChipsInput(
5555
onTap: () => state.selectSuggestion(profile),
5656
);
5757
},
58-
),
59-
`
58+
)
59+
```
6060

6161
## Known Issues
6262
* Overlay for ChipsInput doesn't move when input height changes i.e. when chips wrap

0 commit comments

Comments
 (0)