blob: a485636666a7ef250a9c5dfebae3a911e36a8a23 [file] [log] [blame] [view]
## NEXT
- Updates package description.
## 4.1.0
- Added custom header support.
## 4.0.1
- Moved source to flutter/packages
## 4.0.0
- Migrates to null safety
- **Breaking change**: `NetworkImageWithRetry.load` now throws a `FetchFailure` if the fetched image data is zero bytes.
## 3.0.0
* **Breaking change**. Updates for Flutter 1.10.15.
## 2.0.1
- Update Flutter SDK version constraint.
## 2.0.0
* **Breaking change**. Updates for Flutter 1.5.9.
## 1.0.0
* **Breaking change**. SDK constraints to support Flutter beta versions and Dart 2 only.
## 0.0.3
- Moved `flutter_test` to dev_dependencies in `pubspec.yaml`, and fixed issues
flagged by the analyzer.
## 0.0.2
- Add `NetworkImageWithRetry`, an `ImageProvider` with a retry mechanism.
## 0.0.1
- Contains no useful code.