bytes_image_viewer 0.0.1 copy "bytes_image_viewer: ^0.0.1" to clipboard
bytes_image_viewer: ^0.0.1 copied to clipboard

outdated

This image viewer, takes the url which returns the bytes as image. You can implement it with autherization factor.

This is a very simple widget. You can use it when: Your GET IMAGE API returns Uint8List.

Features #

No need to write api calling and then pass the result to any other image viewer.

Usage #

please find the example here /example.

CustomImageViewer(
height:100, //optional
width:100,//optional
fit: BoxFit.cover,//optional
apiUrl:'image url',
headers: {
"Authorization":
"Bearer yTiIsInN1YiI6IjEiLC"
}, //optional
loadingWidget: CircularProgressIndicator(
color: Colors.red,
)
    );

Additional information #

Will be updated soon.

5
likes
0
points
46
downloads

Publisher

verified publisherandroidshashi.com

Weekly Downloads

This image viewer, takes the url which returns the bytes as image. You can implement it with autherization factor.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, http

More

Packages that depend on bytes_image_viewer