Update dartdoc to 0.13.0+1 for flutter (#10863)

This commit is contained in:
jcollins-g 2017-06-21 08:01:26 -07:00 committed by GitHub
parent ceb814aa64
commit 3f3a36787e
2 changed files with 2 additions and 1 deletions

View File

@ -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.

View File

@ -35,6 +35,7 @@ Future<Null> main(List<String> args) async {
// Create the pubspec.yaml file.
final StringBuffer buf = new StringBuffer('''
name: Flutter
homepage: https://flutter.io
version: $version
dependencies:
''');