assetflux_flutter 1.0.2 copy "assetflux_flutter: ^1.0.2" to clipboard
assetflux_flutter: ^1.0.2 copied to clipboard

Flutter SDK for AssetFlux — manage remote image assets with automatic density selection, CDN caching, and gradual rollout support.

Changelog #

1.0.2 - 2026-02-11 #

Fixes #

  • Fix unused _apiKey field warning in static analysis
  • Remove unused errors.dart import in manifest service
  • Upgrade device_info_plus constraint to ^12.0.0 for latest version support

Documentation #

  • Add dartdoc comments to all public AssetFlux static API methods

1.0.1 - 2026-02-11 #

  • Add documentation URL to pubspec (docs.assetflux.io/flutter)
  • Add Documentation section to README

1.0.0 - 2026-02-11 #

Initial stable release of the AssetFlux Flutter SDK.

Features #

  • SDK initialization with project ID and API key validation
  • RemoteImage widget for displaying remote assets with automatic density and format selection
  • ShimmerPlaceholder widget 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 manifestNotifier for reactive UI rebuilds
3
likes
160
points
213
downloads

Publisher

verified publisherassetflux.io

Weekly Downloads

Flutter SDK for AssetFlux — manage remote image assets with automatic density selection, CDN caching, and gradual rollout support.

Homepage
Repository (GitHub)
View/report issues

Topics

#assets #images #cdn #remote-config

Documentation

Documentation
API reference

License

BSD-3-Clause (license)

Dependencies

crypto, device_info_plus, flutter, flutter_cache_manager, http, path_provider, shared_preferences

More

Packages that depend on assetflux_flutter