-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dart-analysis 有异常 #118
Comments
那是因为with会有错误警告,可暂时忽略使用// ignore: mixin_inherits_from_not_object 而WebView是因为 AndroidView的使用的 flutter sdk版本不同,已经升级支持新版本0.11.3 |
Closed
Closed
Closed
Closed
Closed
Closed
Closed
Closed
Closed
Closed
Closed
Closed
Closed
Closed
Closed
Closed
Closed
Closed
Closed
Closed
Closed
Closed
Closed
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
环境 flutter 0.10.2 dart: 2.1.0 , macos 10.14.1
在idea下 dart-analysis 提示
error: The argument type 'List' can't be assigned to the parameter type 'Set<Factory>'. (argument_type_not_assignable at [gsy_github_app_flutter] lib/widget/webview/WebView.dart:79)
直接用flutter run 是可以成功运行的
The text was updated successfully, but these errors were encountered: