Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 020c855

Browse files
Remove "pluginClass: none" from pubspecs (#4475)
This workaround has not been needed since Flutter 1.20, and all plugins now require at least Flutter 2.0, so it can be safely removed. Part of flutter/flutter#57497
1 parent d9d87e9 commit 020c855

8 files changed

Lines changed: 16 additions & 10 deletions

File tree

packages/path_provider/path_provider_linux/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.1.1
2+
3+
* Removed obsolete `pluginClass: none` from pubpsec.
4+
15
## 2.1.0
26

37
* Now `getTemporaryPath` returns the value of the `TMPDIR` environment variable primarily. If `TMPDIR` is not set, `/tmp` is returned.

packages/path_provider/path_provider_linux/pubspec.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: path_provider_linux
22
description: Linux implementation of the path_provider plugin
33
repository: https://github.com/flutter/plugins/tree/master/packages/path_provider/path_provider_linux
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+path_provider%22
5-
version: 2.1.0
5+
version: 2.1.1
66

77
environment:
88
sdk: ">=2.12.0 <3.0.0"
@@ -14,7 +14,6 @@ flutter:
1414
platforms:
1515
linux:
1616
dartPluginClass: PathProviderLinux
17-
pluginClass: none
1817

1918
dependencies:
2019
flutter:

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+
## 2.0.4
2+
3+
* Removed obsolete `pluginClass: none` from pubpsec.
4+
15
## 2.0.3
26

37
* Updated installation instructions in README.

packages/path_provider/path_provider_windows/pubspec.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: path_provider_windows
22
description: Windows implementation of the path_provider plugin
33
repository: https://github.com/flutter/plugins/tree/master/packages/path_provider/path_provider_windows
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+path_provider%22
5-
version: 2.0.3
5+
version: 2.0.4
66

77
environment:
88
sdk: ">=2.12.0 <3.0.0"
@@ -14,7 +14,6 @@ flutter:
1414
platforms:
1515
windows:
1616
dartPluginClass: PathProviderWindows
17-
pluginClass: none
1817

1918
dependencies:
2019
ffi: ^1.0.0

packages/shared_preferences/shared_preferences_linux/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
## NEXT
1+
## 2.0.3
22

3+
* Removed obsolete `pluginClass: none` from pubpsec.
34
* Fixes newly enabled analyzer options.
45

56
## 2.0.2

packages/shared_preferences/shared_preferences_linux/pubspec.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: shared_preferences_linux
22
description: Linux implementation of the shared_preferences plugin
33
repository: https://github.com/flutter/plugins/tree/master/packages/shared_preferences/shared_preferences_linux
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+shared_preferences%22
5-
version: 2.0.2
5+
version: 2.0.3
66

77
environment:
88
sdk: ">=2.12.0 <3.0.0"
@@ -14,7 +14,6 @@ flutter:
1414
platforms:
1515
linux:
1616
dartPluginClass: SharedPreferencesLinux
17-
pluginClass: none
1817

1918
dependencies:
2019
file: ^6.0.0

packages/shared_preferences/shared_preferences_windows/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
## NEXT
1+
## 2.0.3
22

3+
* Removed obsolete `pluginClass: none` from pubpsec.
34
* Fixes newly enabled analyzer options.
45

56
## 2.0.2

packages/shared_preferences/shared_preferences_windows/pubspec.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: shared_preferences_windows
22
description: Windows implementation of shared_preferences
33
repository: https://github.com/flutter/plugins/tree/master/packages/shared_preferences/shared_preferences_windows
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+shared_preferences%22
5-
version: 2.0.2
5+
version: 2.0.3
66

77
environment:
88
sdk: '>=2.12.0 <3.0.0'
@@ -14,7 +14,6 @@ flutter:
1414
platforms:
1515
windows:
1616
dartPluginClass: SharedPreferencesWindows
17-
pluginClass: none
1817

1918
dependencies:
2019
file: ^6.0.0

0 commit comments

Comments
 (0)