Skip to content

Commit 9f57a68

Browse files
committed
But flutter needs below 2.0.0.
1 parent 95495c8 commit 9f57a68

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,4 +350,4 @@ packages:
350350
source: hosted
351351
version: "2.1.13"
352352
sdks:
353-
dart: "2.0.0-dev.6.0"
353+
dart: ">=1.23.0 <=2.0.0-dev.6.0"

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: Dart Team <[email protected]>
55
description: A documentation generator for Dart.
66
homepage: https://github.com/dart-lang/dartdoc
77
environment:
8-
sdk: '>=2.0.0-dev.6.0 <3.0.0'
8+
sdk: '>=1.23.0-dev.11.5 <2.0.0'
99
dependencies:
1010
analyzer: ^0.30.0
1111
args: ^0.13.0

0 commit comments

Comments
 (0)