[path_provider] Add missing pluginClass: none to path_provider_windows#3052
Conversation
Stable channel still needs a 'pluginClass: none' to avoid "Invalid plugin specification" errors when parsing a Dart-only desktop plugin like this one. Fixes flutter/flutter#66158
|
Adding a bunch of reviewers so whoever can get to it first can approve.
|
|
Ah, I think this only happens for people who haven't updated to the current stable. 1.20 shouldn't need this. However, path_provider doesn't require 1.20+ currently, so this should still be added (so that the last version that claims to support older versions isn't broken on those versions). |
|
I think we can just make path_provider to require 1.20+ . |
We could do that later, but if we don't push this first then the last published path_provider that "supports" 1.17 will be broken for 1.17, which is not a good situation to permanently leave the ecosystem in. |
flutter#3052) Stable channel still needs a 'pluginClass: none' to avoid "Invalid plugin specification" errors when parsing a Dart-only desktop plugin like this one. Fixes flutter/flutter#66158
flutter#3052) Stable channel still needs a 'pluginClass: none' to avoid "Invalid plugin specification" errors when parsing a Dart-only desktop plugin like this one. Fixes flutter/flutter#66158
flutter#3052) Stable channel still needs a 'pluginClass: none' to avoid "Invalid plugin specification" errors when parsing a Dart-only desktop plugin like this one. Fixes flutter/flutter#66158
Description
Older versions of Flutter (still supported by path_provider) need a
'pluginClass: none' to avoid "Invalid plugin specification" errors
when parsing a Dart-only desktop plugin like this one.
Related Issues
Fixes flutter/flutter#66158
Checklist
Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes (
[x]). This will ensure a smooth and quick review process.///).flutter analyze) does not report any problems on my PR.Breaking Change
Does your PR require plugin users to manually update their apps to accommodate your change?