flutter-pi
flutter-pi copied to clipboard
meta-flutter filesystem layout
Allows configuring the filesystem layout of the flutter artifacts, so where flutter-pi looks for the flutter engine, icudtl.dat, asset bundle, etc.
Adds a build flag for using the meta-flutter layout:
$ cmake ... -DFILESYSTEM_LAYOUT=meta-flutter ...
Implements #278.
CC @jwinarske