flutter_image_format

Last updated:

0 purchases

flutter_image_format Image
flutter_image_format Images
Add to Cart

Description:

flutter image format

flutter_image_format #
A new Flutter project.
Getting Started #

void main() async {
final s.ByteData imageData =
await s.rootBundle.load('assets/your_image.png');
final imageInt8List = imageData.buffer.asUint8List();


final imageFormat =
ImageFormatHelper.imageFormatForImageUnit8List(
imageInt8List);
}
copied to clipboard

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.