Simulator builds fail for both iOS and Android after flutter upgrade - Error: The non-abstract class 'ChipsInputState' is missing implementations for these members: - TextInputClient.currentAutofillScope #261
Labels
solved
A solution for this issue had been found
Hello, I am on the master channel, and I just ran flutter upgrade today and everything broke. I tried downgrading but that did not work. I am using vscode. Here are my tool versions:
Flutter 1.18.0-6.0.pre.106 • channel master • https://github.com/flutter/flutter.git Framework • revision 84c84fb249 (15 hours ago) • 2020-04-20 21:35:01 -0400 Engine • revision 2bde4f0ae4 Tools • Dart 2.9.0 (build 2.9.0-1.0.dev a12c36dd97)
code build done. 19.7s Failed to build iOS app Error output from Xcode build: ↳ ** BUILD FAILED ** Xcode's output: ↳ Compiler message: ../../../.pub-cache/hosted/pub.dartlang.org/flutter_chips_input-1.8.0/lib/src/chips_input.dart:64: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.
This issue is a build blocker for us. Would appreciate a workaround if one exists.
The text was updated successfully, but these errors were encountered: