flutter_chips_input
flutter_chips_input copied to clipboard
Flutter input field that takes in Material Chips as entries
Not able to add more than 1 character and backspace also not working in samsung devices using samsung default keyboard. While it is properly working when keyboard change to google...
Please @danvick do you can move this repository owner to [Flutter form builder ecosystem](https://github.com/flutter-form-builder-ecosystem)? And the pub package too https://pub.dev/packages/flutter_chips_input, like you did some months ago with other packages. I...
Since https://github.com/danvick/flutter_chips_input/commit/d507790 commit, I can't input Unicode-characters. - Expected + (Korean) `ㅌ` → Press `ㅔ` → `테` + (Japanese Romaji) `こども` → Press `` → Press `` → `子供` -...
https://user-images.githubusercontent.com/10387795/194846256-c31e0358-a014-4366-b320-59e9639e95ae.mp4 If i write @ or any sumbole then complete writing it delete the previous character like the video
Fix #129
Error: The non-abstract class 'ChipsInputState' is missing implementations for these members: ../…/src/chips_input.dart:87 - TextInputClient.performSelector Try to either - provide an implementation, - inherit an implementation from a superclass or mixin,...
The default behaviour is that after tapped on one suggestion in the list , the list collapses/closes which I don't want that to happen, I want that the user can...
Overlay.of(context) can be null, therefore a !-Operator is not appropriate here. Right now this code can result in a _CastError, which results in immediately closing of the keyboard when trying...
On a few android devices (so far all from Samsung) the backspace on the virtual keyboard of the device, doesn't so anything. It doesnt delete chip nor text. The same...
try with many samsung device and vivo device , in all samsung device it's not working , some vivo device it's working and in some it's not working . my...