diff --git a/dev/bots/docs.sh b/dev/bots/docs.sh index 4d9de3f85ba..c9a7a415add 100755 --- a/dev/bots/docs.sh +++ b/dev/bots/docs.sh @@ -8,7 +8,7 @@ set -e bin/flutter --version # Install dartdoc. -bin/cache/dart-sdk/bin/pub global activate dartdoc 0.12.0 +bin/cache/dart-sdk/bin/pub global activate dartdoc 0.13.0+1 # This script generates a unified doc set, and creates # a custom index.html, placing everything into dev/docs/doc. diff --git a/dev/tools/dartdoc.dart b/dev/tools/dartdoc.dart index 2bc84eb38b6..fab1c4e2fc2 100644 --- a/dev/tools/dartdoc.dart +++ b/dev/tools/dartdoc.dart @@ -35,6 +35,7 @@ Future main(List args) async { // Create the pubspec.yaml file. final StringBuffer buf = new StringBuffer(''' name: Flutter +homepage: https://flutter.io version: $version dependencies: ''');