Commit 3f3a3678 authored by jcollins-g's avatar jcollins-g Committed by GitHub

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

parent ceb814aa
......@@ -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.
......
......@@ -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:
''');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment