puro icon indicating copy to clipboard operation
puro copied to clipboard

Add option to run `flutter-dev`

Open brainwo opened this issue 9 months ago • 0 comments

flutter-dev is currently unusable in puro. Running it manually from puro env directory yield this:

$ flutter-dev
/home/brian/.local/share/puro/envs/default/flutter/bin/flutter-dev: line 69: /home/brian/.local/share/puro/envs/beta/flutter/bin/internal/shared.sh: No such file or directory

flutter-dev is the command used to develop flutter_tools package—which is identical to flutter but doesn't use on-disk snapshot. https://github.com/flutter/flutter/blob/master/packages/flutter_tools/README.md#running-the-tool

brainwo avatar Mar 30 '25 02:03 brainwo