Closed magick93 closed 5 years ago
You're using Dart 2.0, right? I haven't finished migrating all the templates to the latest version yet, and in particular, the version on Pub (0.3.2) doesn't support the build_*
packages at all. Feel free to try out the master
branch, but note that it's still WIP, and there are going to be a few more breaking changes before I'm done...
Hi @kirbyfan64 , yes Im using Dart 2.0.
Ok, thanks for clarifying.
I'll wait patiently... :)
Im trying to follow the example on https://refi64.com/vuedart/pages/intro.html
The
pubspec.yml
I am trying is:This results in:
I have also tried with
build_web_compilers: any
but get the same error.