From b20d16e99efe9306e68ecf819c1e45c600402502 Mon Sep 17 00:00:00 2001 From: JaffaKetchup Date: Thu, 23 Jun 2022 16:34:42 +0000 Subject: [PATCH] GitBook: [#8] Added Plugins Link & Fixed Common Issues Link --- README.md | 2 ++ usage/controller.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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.