I upgraded to the latest master, but the compilation fails. Please help me。
Flutter is already up to date on channel master
Flutter 1.27.0-5.0.pre.112 • channel master • https://github.com/flutter/flutter.git
Framework • revision 90c66f5db3 (6 小时前) • 2021-02-22 18:21:03 -0800
Engine • revision 07afcf7d0f
Tools • Dart 2.13.0 (build 2.13.0-52.0.dev)
Plugin `path_provider_linux` doesn't implement a plugin interface, nor sets a default implementation in pubspec.yaml.
To set a default implementation, use:
flutter:
plugin:
platforms:
linux:
default_package: <plugin-implementation>
To implement an interface, use:
flutter:
plugin:
implements: <plugin-interface>
Plugin `path_provider_macos` doesn't implement a plugin interface, nor sets a default implementation in pubspec.yaml.
To set a default implementation, use:
flutter:
plugin:
platforms:
macos:
default_package: <plugin-implementation>
To implement an interface, use:
I have no time recently. I have downgraded to flutter dev. Everything is normal. I need to deal with it later when I have time.
The same happens for “shared_preferences” pub package – both – versions “0.5.2” and “shared_preferences: 2.0.1” .
Flutter version is:
Flutter 1.27.0-8.0.pre • channel dev • https://github.com/flutter/flutter.git
Framework • revision b7d4806 (8 days ago) • 2021-02-19 09:22:45 -0800
Engine • revision 6993cb2
Tools • Dart 2.13.0 (build 2.13.0-30.0.dev)
note: I have macos desktop project active
Also having this issue.
These errors were disabled in #76561, so this is already fixed on
master