web_cache_killer 0.0.3 copy "web_cache_killer: ^0.0.3" to clipboard
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.

example/README.md

Examples #

You can also find more general documentation in the main README.md.

Install #

dart pub global activate web_cache_killer

Basic Commands #

web_cache_killer                    # Creates web.zip
web_cache_killer --name release     # Creates release.zip  
web_cache_killer --auto-upload      # Build and upload
web_cache_killer --no-zip           # Build folder only

Common Use Cases #

# Quick deploy
web_cache_killer --auto-upload

# Development (faster)
web_cache_killer --no-clean

# Production build
web_cache_killer --name prod --auto-upload

# See details
web_cache_killer --verbose

Options #

  • --name release → Creates release.zip
  • --auto-upload → Uploads and gives download link
  • --no-zip → Creates folder only (no zip)
  • --no-clean → Faster build (skips cleanup)
  • --verbose → Shows detailed output
2
likes
150
points
38
downloads

Publisher

verified publisherkyawthet.com

Weekly Downloads

A Flutter package that solves Flutter web cache problems by automatically renaming JavaScript files with timestamps during build process.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

archive, args, http, io, path

More

Packages that depend on web_cache_killer