You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 extends State<ChipsInput>
^^^^^^^^^^^^^^^
The text was updated successfully, but these errors were encountered:
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 extends State<ChipsInput>
^^^^^^^^^^^^^^^
The text was updated successfully, but these errors were encountered: