Best way to handle uploading and displaying Uint8List to FirebaseStorage – Flutter
Here is one of the children Widget that handles picking the image from a browser. ProfileImage is a custom widget that basically displays the images and has the ability to customize what happens when the image is clicked. Nothing too…