How to get a Flutter Uint8List from a Network Image?

前端 未结 3 525
栀梦
栀梦 2020-12-18 22:55

I\'m trying to convert a network image into a file and the first part of that is to convert it into a Uint8List. Here is how I\'m doing this with 1 of my asset images...

3条回答
  •  渐次进展
    2020-12-18 23:30

    The answers here are relevant and help explain how dart and flutter image compression/conversion works. If you would like a shortcut, there is this package https://pub.dev/packages/network_image_to_byte that makes it really easy.

提交回复
热议问题