@kiberchainik
начинающий найкрутейшЫй програмЁр

Что означают эти ошибки и как их исправить?

Compiler message:
/D:/Install/Flutter/.pub-cache/hosted/pub.dartlang.org/flutter_chips_input-1.9.0-dev.3/lib/src/chips_input.dart:393:3: Error: Type 'AutofillScope' not found.
AutofillScope get currentAutofillScope => null;
^^^^^^^^^^^^^

Compiler message:
/D:/Install/Flutter/.pub-cache/hosted/pub.dartlang.org/flutter_chips_input-1.9.0-dev.3/lib/src/chips_input.dart:393:3: Error: Type 'AutofillScope' not found.
AutofillScope get currentAutofillScope => null;
^^^^^^^^^^^^^
Target kernel_snapshot failed: Exception: Errors during snapshot creation: null
build failed.

FAILURE: Build failed with an exception.

* Where:
Script 'D:\Install\Flutter\packages\flutter_tools\gradle\flutter.gradle' line: 882

* What went wrong:
Execution failed for task ':app:compileFlutterBuildDebug'.
> Process 'command 'D:\Install\Flutter\bin\flutter.bat'' finished with non-zero exit value 1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 1m 32s
Exception: Gradle task assembleDebug failed with exit code 1
  • Вопрос задан
  • 304 просмотра
Пригласить эксперта
Ответы на вопрос 1
Lucian
@Lucian
https://t.me/BusinessAndFreelance
Ругается на AutofillScope
Почитайте для чего нужно и как используется:
https://flutter.dev/docs/release/breaking-changes/...
Возможно виджет который вы используете неправильно реализует этот интерфейс, либо вы что-то забыли добавить, в любом случае нужно смотреть на ваш код.
Ответ написан
Ваш ответ на вопрос

Войдите, чтобы написать ответ

Войти через центр авторизации
Похожие вопросы