A Package to gzip compress Flutter resource files.

Features

This package can significantly reduce the size of resource files, like json translation files.

Usage

Run with:

dart run kompressor --input <inputFolder> --output <outputFolder> 

This command will batch process any file inside inputFolder and create a new file inside outputFolder encoded with gzip.

Additional information

For this package to be useful, you must be able to use gzip to uncompress the resources during runtime.

Libraries

kompressor