Just upload your image from a local computer or give the tool a URL to an image file on the internet then the tool will give you a base64 encoded string. In addition, the tool also provides you appropriate data URI, code snippet to embed your image into a HTML file as well as a CSS file.
Read moreHow do I convert text to image in flutter?
You can convert a Uint8List to a Flutter Image widget using the Image. memory constructor. (Use the Uint8List. fromList constructor to convert a List to Uint8List if necessary.)10 Eyl 2017
Read more