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

example/README.md

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
3
likes
160
points
16
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