bytes_image_viewer 0.0.4
bytes_image_viewer: ^0.0.4 copied to clipboard
bytes_image_viewer, takes the url which returns the bytes as image. You can implement it with autherization factor.
0.0.1 #
- TODO: Describe initial release.
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.