Skip to content

Commit f1e5554

Browse files
committed
Use latest version of chips_input with fix for "Bad UTF-8 found..."
1 parent 17267e5 commit f1e5554

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [3.13.1] - 08-Aug-2020
2+
* Added default value to `timePickerInitialEntryMode` to be consistent with `showTimePicker` API. Closes #403
3+
* Ensure `TextEditingController`s aren't unused and are properly disposed.
4+
* Use latest version of `flutter_chips_input` with fix for "Bad UTF-8 found..."
5+
16
## [3.13.0] - 06-Aug-2020
27
* Added support for Flutter v1.20
38

pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ packages:
159159
name: flutter_chips_input
160160
url: "https://pub.dartlang.org"
161161
source: hosted
162-
version: "1.9.0"
162+
version: "1.9.1"
163163
flutter_colorpicker:
164164
dependency: "direct main"
165165
description:

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_form_builder
22
description: Package to build Material Form with fields like TextField, DropDown, Switches etc. with ability to create custom FormFields and composability and reuse validation functions.
3-
version: 3.13.0
3+
version: 3.13.1
44
homepage: https://github.com/danvick/flutter_form_builder
55

66
environment:
@@ -12,7 +12,7 @@ dependencies:
1212

1313
flutter_typeahead: ^1.8.7
1414
intl: ^0.16.1
15-
flutter_chips_input: ^1.9.0
15+
flutter_chips_input: ^1.9.1
1616
datetime_picker_formfield: ^1.0.0
1717
flutter_colorpicker: ^0.3.4
1818
signature: ^3.2.0

0 commit comments

Comments
 (0)