flutter_chips_input
flutter_chips_input copied to clipboard
Error in TextInputClient for flutter 3
/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
same
I started seeing this issue as well after running flutter clean+build post Flutter 3.0.0 upgrade. Looks like there were a few breaking changes in the new API. Is this what happened to everyone as well?
same
same 😫
same
Also seeing this issue as well