Release
Run the svg cleaner app on the folder.
generate fonts
svgtofont --sources ./icons --output ./fonts --fontName flipdare
2.a dump fonts to check imported correctly
fonts$ dump_ttf.sh flipdare.ttf
2.c double check font family name
font$ fc-scan --format "%{fullname} : %{family}\n" flipdare.ttf
flipdare : flipdare
- run
codegen_convert_ttf.pyto generate the dart code for the app.
dev/bin/test/image_crush.sh
ensure google webp tools installed
sudo apt install webp
cwebp -lossless input.webp -o output.webp
apkanalyzer -h apk file-size myapk.apk