Looks like an issue with flutter chips input causing my app not to compile as per my issue request:
https://github.com/flutter/flutter/issues/57275
Sorry I posted in this repository but I saw you are the creator of it, and I use form builder rather than chips directly.
Manually adding flutter_chips_input 1.9.0-dev.1 to pubspec has fixed the error, Could you update the dependencies for flutter_form_builder?
Compiler message: /F:/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_chips_input-1.8.1/lib/src/chips_input.dart:65:7: Error: The non-abstract class 'ChipsInputState' is missing implementations for these members: - TextInputClient.currentAutofillScope 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
Hi @sathishkumarjktech,
Kindly try out @jaxnz's solution above and let us know if that works for you.
The solution should work for those on Flutter channels ahead of stable.
Most helpful comment
Manually adding flutter_chips_input 1.9.0-dev.1 to pubspec has fixed the error, Could you update the dependencies for flutter_form_builder?