shrink_flutter 0.0.4
shrink_flutter: ^0.0.4 copied to clipboard
Flutter utilities for the `shrink` package, including async compression and future Flutter-specific tools. For core features, use `shrink`.
Changelog #
All notable changes to the shrink_flutter package will be documented in this file.
0.0.4 #
- Added example for pub.dev
- Improved documentation and description
- Enhanced package metadata for better discoverability
0.0.3 #
- Updated
repository,homepage, andissue_trackerfields in pubspec.yaml - Ensures correct links are shown on pub.dev and GitHub
0.0.2 #
- Added ShrinkAsync.* for non-blocking compression via compute()
- Added RestoreAsync.* for non-blocking decompression via compute()
- Mirrors the structure of core Shrink/Restore classes