Skip to content

Commit

Permalink
[path_provider] Add missing pluginClass: none to path_provider_windows (
Browse files Browse the repository at this point in the history
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
  • Loading branch information
stuartmorgan authored and danielroek committed Oct 1, 2020
1 parent 596ba7e commit 939c659
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions packages/path_provider/path_provider_windows/CHANGELOG.md
@@ -1,3 +1,7 @@
## 0.0.3

* Add missing `pluginClass: none` for compatibilty with stable channel.

## 0.0.2

* README update for endorsement.
Expand Down
4 changes: 2 additions & 2 deletions packages/path_provider/path_provider_windows/pubspec.yaml
@@ -1,14 +1,14 @@
name: path_provider_windows
description: Windows implementation of the path_provider plugin
homepage: https://github.com/flutter/plugins/tree/master/packages/path_provider/path_provider_windows
version: 0.0.2
version: 0.0.3

flutter:
plugin:
platforms:
windows:
dartPluginClass: PathProviderWindows

pluginClass: none

dependencies:
path_provider_platform_interface: ^1.0.3
Expand Down

0 comments on commit 939c659

Please sign in to comment.