refi64 / vuedart

Create Vue web apps in Dart
https://refi64.com/vuedart
310 stars 19 forks source link

Dart 2 #23

Closed HelloFlutter closed 6 years ago

HelloFlutter commented 6 years ago

When will be Dart 2 supported? Currently I cannot run vuedart in a browser with Dart version 2.0.0-dev.54.0 .

refi64 commented 6 years ago

In 0.4, which should be released by the end of August. You can try the master branch if you want, but beware there's still a (very evasive) mixin bug I'm trying to catch.

HelloFlutter commented 6 years ago

The master branch has this restriction. Are you sure?

environment: sdk: ">=1.8.0 <2.0.0"

refi64 commented 6 years ago

It has that restriction because the Dart team wasn't recommending that users update those constraints until rather recently (~1 month ago), and I haven't gotten around to updating it yet. 😉