flutter_chips_input
flutter_chips_input copied to clipboard
Flutter input field that takes in Material Chips as entries
fixes #103 Add `SuggestionsBoxElevation` option to `ChipsInput` is constructor.
Add the option for the user to add box decoration for the suggestions box.
I just use this package with v.2.0. I cannot delete the initial value with the standard method but when I long-press the delete button for around 2-3 sec. so, it...
After upgrading to Flutter 2.5.0, when clicking the ChipsInput widget I'm only able to enter one character at a time before the keyboard disappears. This worked before upgrading to Flutter...
This is the error i m getting while using this package update this package .....this needs to be fixed.
All instances of WidgetsBinding.instance need to be replaced with WidgetsBinding?.instance. Try calling using ?. instead. WidgetsBinding.instance.addPostFrameCallback((_) async chips_input.dart:137:29 chips_input.dart:288:31 chips_input.dart:451:33
/Users/user/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/flutter_chips_input-1.10.0/lib/src/chips_input.dart:87:7: Error: The non-abstract class 'ChipsInputState' is missing implementations for these members: - TextInputClient.insertTextPlaceholder - TextInputClient.removeTextPlaceholder - TextInputClient.showToolbar
flutter build web --no-sound-null-safety Building without sound null safety For more information see https://dart.dev/null-safety/unsound-null-safety /C:/Users/Dave/AppData/Local/Pub/Cache/hosted/pub.dartlang.org/flutter_chips_input-1.10.0/lib/src/chips_input.dart:84:7: Error: The non-abstract class 'ChipsInputState' is missing implementations for these members: - TextInputClient.insertTextPlaceholder - TextInputClient.removeTextPlaceholder...
From when I type and when the suggestion box pops up seems to be a bit of a delay, a lot more then an expected network delay, which is creating...