Commit d4940c5c authored by Devon Carew's avatar Devon Carew

set a min. dep of sdk 1.13

parent b53e7264
...@@ -24,7 +24,7 @@ class InitCommand extends Command { ...@@ -24,7 +24,7 @@ class InitCommand extends Command {
Future<int> run() async { Future<int> run() async {
if (!argResults.wasParsed('out')) { if (!argResults.wasParsed('out')) {
print('No option specified for the output directory.'); print('No option specified for the output directory.');
print(argParser.getUsage()); print(argParser.usage);
return 2; return 2;
} }
......
...@@ -5,7 +5,7 @@ homepage: http://flutter.io ...@@ -5,7 +5,7 @@ homepage: http://flutter.io
author: Flutter Authors <flutter-dev@googlegroups.com> author: Flutter Authors <flutter-dev@googlegroups.com>
environment: environment:
sdk: ">=1.8.0 <2.0.0" sdk: '>=1.13.0-dev.1 <2.0.0'
dependencies: dependencies:
archive: ^1.0.20 archive: ^1.0.20
......
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