web_cache_killer 0.0.3
web_cache_killer: ^0.0.3 copied to clipboard
A Flutter package that solves Flutter web cache problems by automatically renaming JavaScript files with timestamps during build process.
Changelog #
0.0.3 - 2025-08-01 #
What's Fixed #
- Custom names now work! - Fixed
--name hellocreating proper folders and zip files - Better error messages - Shows clear info when something goes wrong
- Cleaner output - Less clutter, more helpful messages
What Changed #
- Custom builds like
--name appnow createbuild/app/andapp.zipcorrectly - Added progress indicators so you know what's happening
- Fixed internal build process order
0.0.2 - 2025-01-08 #
0.0.1 - 2025-01-01 #
First Release #
- Fixes Flutter web cache problems
- Renames JavaScript files with timestamps
- Creates zip files ready to deploy
- Upload feature to get instant download links
Commands #
web_cache_killer # Build and create web.zip
web_cache_killer --name app # Build and create app.zip
web_cache_killer --auto-upload # Build and upload automatically