Lacerte / clima

MOVED TO https://codeberg.org/Lacerte/clima
Mozilla Public License 2.0
105 stars 14 forks source link

Decrease Clima's size #202

Open triallax opened 3 years ago

triallax commented 3 years ago

Right now, Clima is a little too big for what it does. We need to take steps to reduce its size.

F-Droid-specific:

General:

Any suggestions welcome.

prestosole commented 3 years ago

I've already opened two PRs to remove the font_awesome_flutter and package_info packages. Other packages that will be removed before v2.0 comes out are: flutter_spinkit (since we're going to remove the loading screen), device_preview (the beast of them all), and possibly implement material_floating_search_bar locally in the project.

Currently, the app stands at roughly 7 MB, but with all the packages we are going to remove and all the refactoring we are going to make, I guess the app size would go below 5 MB.

triallax commented 3 years ago

Some other dependencies we can remove:

prestosole commented 3 years ago

Klingt Gut!

triallax commented 2 years ago

So I investigated and tried out some things; here are my results:

Note that I did these tests on #220.