You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Package search_choices:linux references search_choices:linux as the default plugin, but it does not provide an inline implementation.
Ask the maintainers of search_choices to either avoid referencing a default implementation via `platforms: linux: default_package: search_choices` or add an inline implementation to search_choices via `platforms: linux:` `pluginClass` or `dartPluginClass`.
Package search_choices:macos references search_choices:macos as the default plugin, but it does not provide an inline implementation.
Ask the maintainers of search_choices to either avoid referencing a default implementation via `platforms: macos: default_package: search_choices` or add an inline implementation to search_choices via `platforms: macos:` `pluginClass` or `dartPluginClass`.
Package search_choices:windows references search_choices:windows as the default plugin, but it does not provide an inline implementation.
Ask the maintainers of search_choices to either avoid referencing a default implementation via `platforms: windows: default_package: search_choices` or add an inline implementation to search_choices via `platforms: windows:` `pluginClass` or `dartPluginClass`.
I guess default_package lines should be removed in pubspec.yaml.
The text was updated successfully, but these errors were encountered:
Indeed, I get the warning message with the up to date version of Flutter.
The message is surprising because there is a pluginClass for each platform.
Maybe the solution is what you are proposing but I am not able to build for the web for now. This may be a separate issue. I will look into this as soon as I can.
Hi,
looks like it causes build error with Flutter 3.27 (not only warning):
Failed to build iOS app
Could not build the precompiled application for the device.
Error (Xcode): Package search_choices:linux references search_choices:linux as the default plugin, but it does not provide an inline implementation.
I guess
default_package
lines should be removed in pubspec.yaml.The text was updated successfully, but these errors were encountered: