Skip to content

Commit 744730c

Browse files
authored
[plugin_platform_interface] Fix README broken link (#4143)
1 parent d0ac2f7 commit 744730c

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

packages/plugin_platform_interface/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.0.1
2+
3+
* Fix `federated flutter plugins` link in the README.md.
4+
15
## 2.0.0
26

37
* Migrate to null safety.

packages/plugin_platform_interface/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# plugin_platform_interface
22

3-
This package provides a base class for platform interfaces of [federated flutter plugins](https://fluter.dev/go/federated-plugins).
3+
This package provides a base class for platform interfaces of [federated flutter plugins](https://flutter.dev/go/federated-plugins).
44

55
Platform implementations should extend their platform interface classes rather than implement it as
66
newly added methods to platform interfaces are not considered as breaking changes. Extending a platform

packages/plugin_platform_interface/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+
1414
# be done when absolutely necessary and after the ecosystem has already migrated to 1.X.Y version
1515
# that is forward compatible with 2.0.0 (ideally the ecosystem have migrated to depend on:
1616
# `plugin_platform_interface: >=1.X.Y <3.0.0`).
17-
version: 2.0.0
17+
version: 2.0.1
1818

1919
environment:
2020
sdk: ">=2.12.0 <3.0.0"

0 commit comments

Comments
 (0)