Skip to content

Commit 8faaed5

Browse files
[path_provider] Add missing pluginClass: none to path_provider_windows (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
1 parent b5b88f6 commit 8faaed5

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

packages/path_provider/path_provider_windows/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.0.3
2+
3+
* Add missing `pluginClass: none` for compatibilty with stable channel.
4+
15
## 0.0.2
26

37
* README update for endorsement.

packages/path_provider/path_provider_windows/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
name: path_provider_windows
22
description: Windows implementation of the path_provider plugin
33
homepage: https://github.com/flutter/plugins/tree/master/packages/path_provider/path_provider_windows
4-
version: 0.0.2
4+
version: 0.0.3
55

66
flutter:
77
plugin:
88
platforms:
99
windows:
1010
dartPluginClass: PathProviderWindows
11-
11+
pluginClass: none
1212

1313
dependencies:
1414
path_provider_platform_interface: ^1.0.3

0 commit comments

Comments
 (0)