pub global activate packages don't work with --preview-dart-2 #33460
Labels
area-vm
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
customer-dart-2
Milestone
Related to #32188
If I run
DART_VM_OPTIONS=--preview-dart-2 pub global run webdev build
, then the dart2 flag is passed properly, and I can use dart2 features like optional new/const.However, if I run
then the flag is not passed properly to the dart vm, so we get failures with optional new/const.
The text was updated successfully, but these errors were encountered: