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...
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.