diff --git a/README.md b/README.md index d3982a5eb..d6c1c9001 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,8 @@ Can't find what you need built in? There's probably a plugin for that! From tracking the user's location to caching tiles for offline use, this is all supported by 3rd party plugins! +See the full [Plugins List](plugins/list.md) for more information. +
diff --git a/usage/controller.md b/usage/controller.md index 3ef4c42a8..1fdf504c3 100644 --- a/usage/controller.md +++ b/usage/controller.md @@ -26,7 +26,7 @@ FlutterMap( There are other ways to call initialise and assign the controller, but this is the recommended way. -Should you run into issues, particularly about `LateInitializationError`, see the Common Errors page. +Should you run into issues, particularly about `LateInitializationError`, see the [Common Issues](common-issues.md) page. {% hint style="warning" %} Don't be tempted to specify this property inside the `MapOptions()`. Always specify it at the top level of a `FlutterMap()` widget.