Skip to content

Commit cf6d3f8

Browse files
committed
Fixed Issue #66. Fixed DataList null id
1 parent 6d6d89f commit cf6d3f8

File tree

14 files changed

+33
-26
lines changed

14 files changed

+33
-26
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [0.4.9+1] - 2020-11-11.
2+
3+
* `[Fixed]` - Issue #66.
4+
* `[Fixed]` - `DataList` null id.
5+
16
## [0.4.9] - 2020-09-15.
27

38
* `[Added]` - Possibility to to define the padding of the `textField`.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# flutter_tags
2-
[![pub package](https://img.shields.io/badge/pub-0.4.9-orange.svg)](https://pub.dartlang.org/packages/flutter_tags)
2+
[![pub package](https://img.shields.io/badge/pub-0.4.9+1-orange.svg)](https://pub.dartlang.org/packages/flutter_tags)
33
[![Awesome Flutter](https://img.shields.io/badge/Awesome-Flutter-blue.svg?longCache=true&style=flat-square)](https://github.com/Solido/awesome-flutter#ui)
44
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.me/dnag88)
55

@@ -9,7 +9,7 @@ Create beautiful tags quickly and easily.
99
Add this to your package's pubspec.yaml file:
1010
```dart
1111
dependencies:
12-
flutter_tags: "^0.4.9"
12+
flutter_tags: "^0.4.9+1"
1313
```
1414

1515

Binary file not shown.
Binary file not shown.
12.4 KB
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
486 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)