flutter_chips_input icon indicating copy to clipboard operation
flutter_chips_input copied to clipboard

Error in TextInputClient for flutter 3

Open ashim-kr-saha opened this issue 2 years ago • 6 comments

/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

ashim-kr-saha avatar May 12 '22 08:05 ashim-kr-saha

same

kketanssharma avatar May 12 '22 16:05 kketanssharma

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?

VOIDCRUSHER avatar May 12 '22 21:05 VOIDCRUSHER

same

ducdac avatar May 13 '22 06:05 ducdac

same 😫

lehnen avatar May 13 '22 12:05 lehnen

same

Attiv avatar May 13 '22 13:05 Attiv

Also seeing this issue as well

passsionforprogramming avatar May 13 '22 15:05 passsionforprogramming