We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceb814a commit 3f3a367Copy full SHA for 3f3a367
dev/bots/docs.sh
@@ -8,7 +8,7 @@ set -e
8
bin/flutter --version
9
10
# Install dartdoc.
11
-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
12
13
# This script generates a unified doc set, and creates
14
# a custom index.html, placing everything into dev/docs/doc.
dev/tools/dartdoc.dart
@@ -35,6 +35,7 @@ Future<Null> main(List<String> args) async {
35
// Create the pubspec.yaml file.
36
final StringBuffer buf = new StringBuffer('''
37
name: Flutter
38
+homepage: https://flutter.io
39
version: $version
40
dependencies:
41
''');
0 commit comments