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

[plugin_platform_interface] Fix broken link for federated-plugin #3038

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions packages/plugin_platform_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.3

* Fix a broken link to the federated-plugin documentation.

## 1.0.2

* Make the pedantic dev_dependency explicit.
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin_platform_interface/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# plugin_platform_interface

This package provides a base class for platform interfaces of [federated flutter plugins](https://fluter.dev/go/federated-plugins).
This package provides a base class for platform interfaces of [federated flutter plugins](https://flutter.dev/docs/development/packages-and-plugins/developing-packages#federated-plugins).

Platform implementations should extend their platform interface classes rather than implement it as
newly added methods to platform interfaces are not considered as breaking changes. Extending a platform
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin_platform_interface/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ description: Reusable base class for Flutter plugin platform interfaces.
# be done when absolutely necessary and after the ecosystem has already migrated to 1.X.Y version
# that is forward compatible with 2.0.0 (ideally the ecosystem have migrated to depend on:
# `plugin_platform_interface: >=1.X.Y <3.0.0`).
version: 1.0.2
version: 1.0.3

homepage: https://github.com/flutter/plugins/plugin_platform_interface

Expand Down