mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Update dartdoc to 0.13.0+1 for flutter (#10863)
This commit is contained in:
parent
ceb814aa64
commit
3f3a36787e
@ -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:
|
||||
''');
|
||||
|
Loading…
Reference in New Issue
Block a user