Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ahmedabouelkher/clean_flutter_build
Helps you to clean flutter apps and lower their code size to free up some disk space.
https://github.com/ahmedabouelkher/clean_flutter_build
Last synced: 6 days ago
JSON representation
Helps you to clean flutter apps and lower their code size to free up some disk space.
- Host: GitHub
- URL: https://github.com/ahmedabouelkher/clean_flutter_build
- Owner: AhmedAbouelkher
- Created: 2021-09-28T07:39:27.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-27T15:19:18.000Z (10 months ago)
- Last Synced: 2024-02-27T16:37:00.516Z (10 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Clean Flutter Build
Helps you to clean flutter apps and lower their code size to free up some disk space.
## How to use
This script is compatible with Python3.
- Clone the repo.
- `cd` into the project folder.
- Run:
```sh
python main.py /path/to/dir1 /path/to/dir2 /path/to/dir3
```## Disclaimer
Cleaning the build won't affect your app compiled (ex: IPA and AAB) size.*Made with love in Alexandria, Egypt ♥️*
**[Ahmed Mahmoud](https://github.com/AhmedAbouelkher)**