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

Initial Release #

Solves Flutter web cache problems by automatically renaming JavaScript files with timestamps.

Features

  • Automatic cache busting - Renames JS files with timestamps
  • Cross-platform - Works on Windows, macOS, Linux
  • Simple commands - Easy CLI interface
  • Custom naming - --name app creates build/app/ and app.zip
  • Auto upload - --auto-upload uploads to tmpfiles.org
  • Build only - --no-zip skips zip creation
  • Zero dependencies - Uses built-in Dart archive package

Commands

web_cache_killer                    # Build and create zip
web_cache_killer --name app         # Custom name
web_cache_killer --auto-upload      # Build and upload
web_cache_killer --no-zip           # Build only
web_cache_killer --verbose          # Detailed output

Cache Busting

  • flutter.jsflutter_20241201_143022_456.js
  • main.dart.jsmain_20241201_143022_456.dart.js
  • Updates all HTML references automatically

Ensures users always get the latest version without manual cache clearing.

3
likes
0
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

License

unknown (license)

Dependencies

archive, args, flutter, http, io, path

More

Packages that depend on web_cache_killer