How do I configure dart2js options from Dart Editor? How do I configure dart2js options from Dart Editor? dart dart

How do I configure dart2js options from Dart Editor?


Click the little drop-down arrow to the right of the green Run icon:

enter image description here

Then select "Manage Launches".

Then, find your run config for your app.

enter image description here

Add --minify to the "Compiler flags".

To find a list of available flags, run dart2js --help from the command line (assuming the Dart SDK is on your path).