flutter_chips_input icon indicating copy to clipboard operation
flutter_chips_input copied to clipboard

ChipsInputState missing performSelector override

Open noworyta opened this issue 3 years ago • 0 comments

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, - mark the class as abstract, or - provide a 'noSuchMethod' implementation. class ChipsInputState<T> extends State<ChipsInput<T>> ^^^^^^^^^^^^^^^

noworyta avatar Sep 26 '22 12:09 noworyta