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

Add implements value to the pubspec #3577

Closed
wants to merge 21 commits into from
4 changes: 4 additions & 0 deletions packages/path_provider/path_provider_linux/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.0.0-nullsafety.1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You'll need to do an actual point release for this since they already landed.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done


* Add `implements` to pubspec.yaml.

## 2.0.0-nullsafety

* Update version to (semi-belatedly) meet 1.0-consistency promise.
Expand Down
3 changes: 2 additions & 1 deletion packages/path_provider/path_provider_linux/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: path_provider_linux
description: linux implementation of the path_provider plugin
version: 2.0.0-nullsafety
version: 2.0.0-nullsafety.1
homepage: https://github.com/flutter/plugins/tree/master/packages/path_provider/path_provider_linux

flutter:
plugin:
implements: path_provider
platforms:
linux:
dartPluginClass: PathProviderLinux
Expand Down
4 changes: 4 additions & 0 deletions packages/path_provider/path_provider_macos/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.0.0-nullsafety.1

* Add `implements` to pubspec.ymal.

## 2.0.0-nullsafety

* Update version to (semi-belatedly) meet 1.0-consistency promise.
Expand Down
3 changes: 2 additions & 1 deletion packages/path_provider/path_provider_macos/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: path_provider_macos
description: macOS implementation of the path_provider plugin
version: 2.0.0-nullsafety
version: 2.0.0-nullsafety.1
homepage: https://github.com/flutter/plugins/tree/master/packages/path_provider/path_provider_macos

flutter:
plugin:
implements: path_provider
platforms:
macos:
pluginClass: PathProviderPlugin
Expand Down
3 changes: 2 additions & 1 deletion packages/path_provider/path_provider_windows/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
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: 2.0.0-nullsafety
version: 2.0.0-nullsafety.1

flutter:
plugin:
implements: path_provider
platforms:
windows:
dartPluginClass: PathProviderWindows
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.0.0-nullsafety.1

* Add `implements` to the pubspec.

## 2.0.0-nullsafety

* Update version for consistency.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: shared_preferences_linux
description: Linux implementation of the shared_preferences plugin
version: 2.0.0-nullsafety
version: 2.0.0-nullsafety.1
homepage: https://github.com/flutter/plugins/tree/master/packages/shared_preferences/shared_preferences_linux

flutter:
plugin:
implements: shared_preferences
platforms:
linux:
dartPluginClass: SharedPreferencesLinux
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.0.0-nullsafety.1

* Add `implements` to the pubspec.

## 2.0.0-nullsafety

* Update version to (semi-belatedly) meet 1.0-consistency promise.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: shared_preferences_macos
description: macOS implementation of the shared_preferences plugin.
version: 2.0.0-nullsafety
version: 2.0.0-nullsafety.1
homepage: https://github.com/flutter/plugins/tree/master/packages/shared_preferences/shared_preferences_macos

flutter:
plugin:
implements: shared_preferences
platforms:
macos:
pluginClass: SharedPreferencesPlugin
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 2.0.0-nullsafety.1

* Add `implements` to the pubspec.

## 2.0.0-nullsafety

Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: shared_preferences_windows
description: Windows implementation of shared_preferences
homepage: https://github.com/flutter/plugins/tree/master/packages/shared_preferences/shared_preferences_windows
version: 2.0.0-nullsafety
version: 2.0.0-nullsafety.1


flutter:
plugin:
implements: shared_preferences
platforms:
windows:
dartPluginClass: SharedPreferencesWindows
Expand All @@ -16,9 +17,9 @@ environment:
flutter: ">=1.12.8"

dependencies:
shared_preferences_platform_interface: ^2.0.0-nullsafety
flutter:
sdk: flutter
shared_preferences_platform_interface: ^2.0.0-nullsafety
file: ^6.0.0-nullsafety.4
meta: ^1.1.7
path: ^1.6.4
Expand Down
4 changes: 4 additions & 0 deletions packages/url_launcher/url_launcher_linux/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.0.0-nullsafety.1
blasten marked this conversation as resolved.
Show resolved Hide resolved

* Set `implementation` in pubspec.yaml

## 2.0.0-nullsafety

* Update version for consistency with other implementations.
Expand Down
3 changes: 2 additions & 1 deletion packages/url_launcher/url_launcher_linux/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: url_launcher_linux
description: Linux implementation of the url_launcher plugin.
version: 2.0.0-nullsafety
version: 2.0.0-nullsafety.1
homepage: https://github.com/flutter/plugins/tree/master/packages/url_launcher/url_launcher_linux

flutter:
plugin:
implements: url_launcher
platforms:
linux:
pluginClass: UrlLauncherPlugin
Expand Down
4 changes: 4 additions & 0 deletions packages/url_launcher/url_launcher_macos/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.0.0-nullsafety.1

* Set `implementation` in pubspec.yaml

## 2.0.0-nullsafety

* Update version to (semi-belatedly) meet 1.0-consistency promise.
Expand Down
3 changes: 2 additions & 1 deletion packages/url_launcher/url_launcher_macos/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: url_launcher_macos
description: macOS implementation of the url_launcher plugin.
version: 2.0.0-nullsafety
version: 2.0.0-nullsafety.1
homepage: https://github.com/flutter/plugins/tree/master/packages/url_launcher/url_launcher_macos

flutter:
plugin:
implements: url_launcher
platforms:
macos:
pluginClass: UrlLauncherPlugin
Expand Down
4 changes: 4 additions & 0 deletions packages/url_launcher/url_launcher_windows/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.0.0-nullsafety.1

* Set `implementation` in pubspec.yaml

## 2.0.0-nullsafety

* Update version to (semi-belatedly) meet 1.0-consistency promise.
Expand Down
3 changes: 2 additions & 1 deletion packages/url_launcher/url_launcher_windows/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: url_launcher_windows
description: Windows implementation of the url_launcher plugin.
version: 2.0.0-nullsafety
version: 2.0.0-nullsafety.1
homepage: https://github.com/flutter/plugins/tree/master/packages/url_launcher/url_launcher_windows

flutter:
plugin:
implements: url_launcher
platforms:
windows:
pluginClass: UrlLauncherPlugin
Expand Down