flutter_chips_input
flutter_chips_input copied to clipboard
Flutter input field that takes in Material Chips as entries
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...