diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock index b83da1e33..c572e91bc 100644 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -198,20 +198,22 @@ GEM rb-inotify (~> 0.9, >= 0.9.7) ruby_dep (~> 1.2) mercenary (0.3.6) - mini_portile2 (2.4.0) + mini_portile2 (2.5.1) minima (2.5.0) jekyll (~> 3.5) jekyll-feed (~> 0.9) jekyll-seo-tag (~> 2.1) minitest (5.11.3) multipart-post (2.1.1) - nokogiri (1.10.8) - mini_portile2 (~> 2.4.0) + nokogiri (1.11.4) + mini_portile2 (~> 2.5.0) + racc (~> 1.4) octokit (4.14.0) sawyer (~> 0.8.0, >= 0.5.3) pathutil (0.16.2) forwardable-extended (~> 2.6) public_suffix (3.1.1) + racc (1.5.2) rb-fsevent (0.10.3) rb-inotify (0.10.0) ffi (~> 1.0) diff --git a/docs/index.md b/docs/index.md index 8994e4fb8..d54fdefd1 100644 --- a/docs/index.md +++ b/docs/index.md @@ -4,4 +4,7 @@ The charting framework is currently supported for the [Flutter](https://flutter.io) platform. Please see the -[online gallery of Flutter charts](https://google.github.io/charts/flutter/gallery.html). +[charts_flutter page on pub dev](https://pub.dev/packages/charts_flutter) +for reference or the +[online gallery of Flutter charts](https://google.github.io/charts/flutter/gallery.html) +for examples.