precached_network_image 1.3.0
precached_network_image: ^1.3.0 copied to clipboard
Flutter library to load and cache network images to disk and support to precache images to memory in advance to avoid the flash screen caused by the delay time.
[1.0.0] - 18 December 2022 #
- Done: Describe initial release.
[1.1.0] - 30 December 2022 #
- Done: Add placeholder widget handle callback and error widget handle callback.
[1.1.1] - 30 December 2022 #
- Fixed: Throw exception when placeholder is null.
[1.1.2] - 30 December 2022 #
- Fixed: Response's body maybe throw exception.
[1.1.3] - 31 January 2023 #
- Feat: Add image fit parameter.
[1.1.4] - 31 January 2023 #
- Docs: Update CHANGELOG.md file.
[1.1.5] - 04 May 2023 #
- Feat: Save image file name using hash(url).
[1.2.0] - 10 Oct 2023 #
- Feat: Null safety.
[1.2.1] - 03 Aug 2024 #
- Feat: Add log switch.
[1.2.2] - 22 Jan 2025 #
- Feat: Add image memory caching for fast reading.
[1.2.3] - 23 Jan 2025 #
- Perf: Optimize and accelerate image loading to prevent flickering.
[1.2.4] - 24 Jan 2025 #
- Docs: Dart format and upate package dependencies' version.
[1.2.5] - 25 Feb 2025 #
- Feat: Adapt dart sdk version.
[1.2.6] - 08 Apr 2025 #
- Feat: Update lib version.
[1.3.0] - 26 Jun 2025 #
- BREAKING: Major platform compatibility improvements
- Feat: Added full Web platform support with localStorage-based caching