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

@@ -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:
''');