- Updates minimum supported SDK version to Flutter 3.16/Dart 3.2.
- Replaces deprecated loadBuffer API usage.
- Fixes image asset link to use image within package.
- Updates minimum supported SDK version to Flutter 3.10/Dart 3.0.
- Updates README to improve example of using
NetworkImageWithRetry
.
- Adds an example app.
- Adds pub topics to package metadata.
- Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
- Migrates deprecated
ImageProvider.load
toImageProvider.loadBuffer
.
- Fixes unawaited_futures violations.
- Updates minimum supported SDK version to Flutter 3.3/Dart 2.18.
- Aligns Dart and Flutter SDK constraints.
- Removes use of
runtimeType.toString()
.
- Ignores lint warnings from new changes in Flutter master.
- Suppresses more deprecation warnings for changes to Flutter master.
- Removes duplicate test from test script.
- Fixes lint warnings.
- Suppresses deprecation warnings.
- Migrates from
ui.hash*
toObject.hash*
.
- Updates package description.
- Updates for non-nullable bindings.
- Added custom header support.
- Moved source to flutter/packages
- Migrates to null safety
- Breaking change:
NetworkImageWithRetry.load
now throws aFetchFailure
if the fetched image data is zero bytes.
- Breaking change. Updates for Flutter 1.10.15.
- Update Flutter SDK version constraint.
- Breaking change. Updates for Flutter 1.5.9.
- Breaking change. SDK constraints to support Flutter beta versions and Dart 2 only.
- Moved
flutter_test
to dev_dependencies inpubspec.yaml
, and fixed issues flagged by the analyzer.
- Add
NetworkImageWithRetry
, anImageProvider
with a retry mechanism.
- Contains no useful code.