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

Update README.md to reflect the correct Go Link #2981

Closed
wants to merge 1 commit into from
Closed
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
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/go/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