File tree 3 files changed +6
-2
lines changed
packages/plugin_platform_interface
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
+
1
5
## 2.0.0
2
6
3
7
* Migrate to null safety.
Original file line number Diff line number Diff line change 1
1
# plugin_platform_interface
2
2
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 ) .
4
4
5
5
Platform implementations should extend their platform interface classes rather than implement it as
6
6
newly 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+
14
14
# be done when absolutely necessary and after the ecosystem has already migrated to 1.X.Y version
15
15
# that is forward compatible with 2.0.0 (ideally the ecosystem have migrated to depend on:
16
16
# `plugin_platform_interface: >=1.X.Y <3.0.0`).
17
- version : 2.0.0
17
+ version : 2.0.1
18
18
19
19
environment :
20
20
sdk : " >=2.12.0 <3.0.0"
You can’t perform that action at this time.
0 commit comments