natsuk4ze / gal

How to Save Image or Video to Photo Gallery in Flutter
https://pub.dev/packages/gal
BSD 3-Clause "New" or "Revised" License
105 stars 16 forks source link

Reduce Pacakge Download Size #181

Closed natsuk4ze closed 10 months ago

natsuk4ze commented 10 months ago

This change brings the package size from 1 MB to 500 KB.

The assets in the example folder is required to run the example code, but not for package users.

Basically, package users clone the repository when they run example, so we should add it to .pubignore.

🚨 .pubignore and .gitignore must not be included in the same dir hierarchy

See: