assetflux_flutter
Flutter SDK for AssetFlux — manage remote image assets with automatic density selection, CDN caching, and gradual rollout support.
What this package is like to depend on
Last release 6 months ago
11 Feb 2026
Too new to tell
only 1 release windows
Nearly every release is documented
notes for 3 of 3 stable releases
Nothing withdrawn
no release was ever pulled
6 months old
3 releases · first in 2026
3 releases in the last 12 months
see the full history below
Release timeline
3 releases · Feb 2026 to Feb 2026Releases
latest 3-
1.0.211 Feb 2026Release notes
Open source →Fixes
- Fix unused
_apiKeyfield warning in static analysis - Remove unused
errors.dartimport in manifest service - Upgrade
device_info_plusconstraint to^12.0.0for latest version support
Documentation
- Add dartdoc comments to all public
AssetFluxstatic API methods
- Fix unused
-
1.0.111 Feb 2026Release notes
Open source →- Add documentation URL to pubspec (
docs.assetflux.io/flutter) - Add Documentation section to README
- Add documentation URL to pubspec (
-
1.0.011 Feb 2026Release notes
Open source →Initial stable release of the AssetFlux Flutter SDK.
Features
- SDK initialization with project ID and API key validation
RemoteImagewidget for displaying remote assets with automatic density and format selectionShimmerPlaceholderwidget for animated loading states- Manifest caching — memory + disk with configurable TTL and ETag support
- Background manifest refresh at configurable intervals
- Gradual rollout — deterministic bucket assignment based on device ID, user ID, or custom identifier
- Offline support — three fallback modes:
bundled,placeholder,cacheFirst - Prefetch API — prefetch single assets, multiple assets, or glob patterns
- Direct URL resolution via
resolveAssetUrl()for custom image widgets - Debug mode with detailed logging and per-asset debug info
- Manifest update listener via
manifestNotifierfor reactive UI rebuilds