This repository was archived by the owner on Feb 22, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
packages/plugin_platform_interface Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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
55Platform implementations should extend their platform interface classes rather than implement it as
66newly added methods to platform interfaces are not considered as breaking changes. Extending a platform
Original file line number Diff line number Diff 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
1919environment :
2020 sdk : " >=2.12.0 <3.0.0"
You can’t perform that action at this time.
0 commit comments