flutter_chips_input icon indicating copy to clipboard operation
flutter_chips_input copied to clipboard

Flutter input field that takes in Material Chips as entries

Results 74 flutter_chips_input issues
Sort by recently updated
recently updated
newest added

After one character is typed on IOS the keyboard dismiss, I have to keep touching the text field every character I want to type. I tried to force the focus...

While compiling the app, I am getting below errors: ``` /C:/Users/shubh/AppData/Local/Pub/Cache/hosted/pub.dev/flutter_chips_input-2.0.0/lib/src/chips_input.dart:87:7: Error: The non-abstract class 'ChipsInputState' is missing implementations for these members: - TextInputClient.didChangeInputControl - TextInputClient.insertContent - TextInputClient.performSelector Try to...

This PR introduces updates to modernize the package, including SDK bumps, API signature updates, and improved keyboard interaction logic. Crucially, it fixes a PlatformException that occurred on Flutter Windows applications...