web_cache_killer 0.0.2
web_cache_killer: ^0.0.2 copied to clipboard
A Flutter package that solves Flutter web cache problems by automatically renaming JavaScript files with timestamps during build process.
Examples #
You can also find more general documentation in the main README.md.
Installation #
# Install globally
dart pub global activate web_cache_killer
Quick Start #
# Basic build
web_cache_killer
# Custom name
web_cache_killer --name app
# Auto upload
web_cache_killer --auto-upload
# Build only (no zip)
web_cache_killer --no-zip
# Custom name with upload
web_cache_killer --name app --auto-upload
# Verbose output
web_cache_killer --verbose
# Skip clean step
web_cache_killer --no-clean
# Development mode (fast build with details)
web_cache_killer --no-clean --verbose
# Custom name build only
web_cache_killer --name app --no-zip
# Production build
web_cache_killer --name production
# Help and version
web_cache_killer --help
web_cache_killer --version