flutterpi_tool 0.4.1
flutterpi_tool: ^0.4.1 copied to clipboard
A tool to make development & distribution of flutter-pi apps easier.
0.4.0 #
- fix for flutter 3.22
0.3.0 #
- fix for flutter 3.19
0.2.1 #
- fix gen_snapshot selection
0.2.0 #
- add macos host support
- add
--dart-define,--dart-define-from-file,--targetflags - add
--debug-symbolsflag - add support for v2 artifact layout
0.1.2 #
- update
flutterpi_tool --helpin readme
0.1.1 #
- update
flutterpi_tool build helpin readme
0.1.0 #
- add x64 support with
--arch=x64(and--cpu=generic) - fix stale
app.sowhen switching architectures (or cpus) - fix
--tree-shake-iconsdefaults - fix inconsistent cached artifact versions
0.0.5 #
- add
precachecommand
0.0.4 #
- update readme for new build option
0.0.3 #
- remove some logging
- add
--[no-]-tree-shake-iconsflag- sometimes tree shaking is impossible, in which case
it's necessary to specify
--no-tree-shake-icons, otherwise the tool will error
- sometimes tree shaking is impossible, in which case
it's necessary to specify
0.0.2 #
- rename global executable
flutterpi-tool ==> flutterpi_tool
0.0.1 #
- Initial version.