bytes_image_viewer 0.0.5
bytes_image_viewer: ^0.0.5 copied to clipboard
This image viewer, takes the url which returns the bytes as image. You can implement it with authorization factor.
0.0.1 #
- Initial release in beta phase
0.0.2 #
Name changed from CustomImageViewer to BytesImageViewer
0.0.3 #
- errorWidget option added-> if BytesImageViewer is not able to get Uint8List from the given url then errorWidget will be shown
- Now loadingWidget is optional
0.0.4 #
- Documentation updated and example added.
0.0.5 #
- Bumped up the the http version to 1.3.0