Flutter – Can't show images in the page
I'm trying to use the image_picker 1.1.2 package in my project to select images from the gallery, but the image I picked doesn't show up. This is the important part of the code: Widget build(BuildContext context) { File? image; Future…