У меня возникла проблема при запуске приложения. Перед тем, как он начал работать, он неожиданно начинает показывать ошибку компиляции.
Версия флаттера: 3.8.1
Версия дротика: 3.8.1
Сообщение компилятора:
/C:/flutter_windows_v1.12.13+hotfix.5-stable/flutter/.pub-cache/hosted/pub.dartlang.org/flushbar-
1.9.1/lib/flushbar_route.dart:273:8: Error: The method 'FlushbarRoute.install' has more required
arguments than those of overridden method 'OverlayRoute.install'.
void install(OverlayEntry insertionPoint) {
^
/C:/flutter_windows_v1.12.13+hotfix.5-
stable/flutter/packages/flutter/lib/src/widgets/routes.dart:40:8: Context: This is the overridden
method ('install').
void install() {
^
/C:/flutter_windows_v1.12.13+hotfix.5-stable/flutter/.pub-cache/hosted/pub.dartlang.org/flushbar-
1.9.1/lib/flushbar_route.dart:281:18: Error: Too many positional arguments: 0 allowed, but 1 found.
Try removing the extra positional arguments.
super.install(insertionPoint);
сильный текст