dart-archive / stagehand

Dart project generator - web apps, console apps, servers, and more.
https://pub.dev/packages/stagehand
BSD 3-Clause "New" or "Revised" License
649 stars 118 forks source link

stagehand 3.3.0 doesn't support Dart 2.1.2-dev #609

Closed clowdydaze closed 5 years ago

clowdydaze commented 5 years ago

Trying to build a flutter web project and that's the message under VSCode after selecting in Command Palette.

I initially tried to run it with existing stagehand and was messaged to upgrade to 3.3.0.

Which version of Dart must I have?

Full Error:

[flutter-web-preview] pub global run stagehand flutter-web-preview stagehand 3.3.0 doesn't support Dart 2.1.2-dev.0.0.flutter-0a7dcf17eb. exit code 65

kevmoo commented 5 years ago

Please upgrade to the latest flutter stable release - 1.5 – and you should be good! https://medium.com/flutter-io/announcing-flutter-1-5-d203c6072e5c

clowdydaze commented 5 years ago

yep! Had to flutter packages pub global run webdev too as pub global run webdev serve gives:

webdev could not run for this project. The build_web_compilers version – 2.0.0 – is not within the allowed constraint – >=0.3.6 <2.0.0.

I Have

dart-sdk\bin>dart --version Dart VM version: 2.3.0-dev.0.5.flutter-a1668566e5

and

C:>dart --version Dart VM version: 2.3.0 (Fri May 3 10:32:31 2019 +0200) on "windows_x64"