local_image_provider 0.7.2
local_image_provider: ^0.7.2 copied to clipboard
A library for retrieving the metadata and contents of the images and albums on a mobile device.
Changelog #
0.7.1 #
0.7.0 #
Breaking #
- LocalAlbum.coverImgId has been deprecated
- reordered height, width parameters on LocalImage constructor to match imageBytes method
- LocalImage.getImageBytes now takes a LocalImageProvider as a parameter to improve testability
- LocalAlbum.getCoverImage now takes a LocalImageProvider as a parameter to improve testability
New #
- LocalAlbum.coverImg has been added
- LocalAlbum.imageCount property
- DeviceImage has been added, use instead of using the getImageBytes method directly
- LocalImage constructor is now const
- LocalAlbum constructor is now const
- added == and hashCode for both LocalImage and LocalAlbum, note they depend only on the id
- LocalImageProvder stats added for image loading, see resetStats(), imgBytesLoaded, lastLoadTime, totalLoadTime
0.6.0 #
0.5.2 #
0.5.1 #
- Fixes issues pointed out by pub_dev analysis
- updated description in pubspec
- updated json_annotation dependency to 3.0
- ran format on dart files
0.5.0 #
- Initial release with limited functionality, supports only:
- getting album descriptions
- getting latest image descriptions
- getting bytes for image.
- Android and iOS 10+ support