resource_network_fetcher 2.0.0
resource_network_fetcher: ^2.0.0 copied to clipboard
Uses the NetworkBoundResources to control the offline-first or only to centralize the errors from fetching from the network or any other function.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased] #
2.0.0 - 2026-01-14 #
- [BREAKING CHANGE] Renamed AppException to NetworkException
- Added stack trace to NetworkException and error mapper
- Updated package SDK constraints to 3.0.0
- Added dart-doc to all public classes and functions
- Formatted code with dart format
- Updated example with the latest flutter version
- Added unit tests for the package
1.1.1 - 2022-05-27 #
- Fixed sink loading with streams
1.1.0 - 2021-12-07 #
- Improved list performance
- Added sliver option to reorderable list
1.0.0 - 2021-06-30 #
- Fixed multiple loading tiles on reorderable list
0.1.0 - 2021-05-26 #
- Initial version of the package.