Releasing flipdare

Icons

  1. Run the svg cleaner app on the folder.

  2. 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
  1. run codegen_convert_ttf.py to generate the dart code for the app.

Images

png

dev/bin/test/image_crush.sh

webp

ensure google webp tools installed

sudo apt install webp

cwebp -lossless input.webp -o output.webp

Analysis

apkanalyzer -h apk file-size myapk.apk