From e59fe4cbe0a88cdabd0517c1955b6e304c360fd4 Mon Sep 17 00:00:00 2001 From: JarrodCColburn Date: Wed, 15 Jul 2020 19:13:46 -0400 Subject: [PATCH] [plugin_platform_interface]fix:GoLink inaccessible @amirh On pub.dev/packages/plugin_platform_interface the link to "federated flutter plugins" is fluter.dev/go/federated-plugins. However, that GoLink does not appear to be accessible to non-googlers, like myself. I was able to find a Google Doc by searching for "federated" on flutter.dev docs at https://flutter.dev/search?q=federated and clicking (2nd result right now) and I was able to click GoLink when using same domain. Otherwise, I am unable to use link provided. --- packages/plugin_platform_interface/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/plugin_platform_interface/README.md b/packages/plugin_platform_interface/README.md index 9fdbd8a75fe2..be0ee91d0ab0 100644 --- a/packages/plugin_platform_interface/README.md +++ b/packages/plugin_platform_interface/README.md @@ -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://docs.google.com/document/d/1LD7QjmzJZLCopUrFAAE98wOUQpjmguyGTN2wd_89Srs/edit). 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