I try to use upload image from Flutter libary, but it doesn’t work. The codes just run to gallery and choose the image, but the image doesn’t show to the screen.
Please help me to make it work, from choosing the image and show the image result that I choose. Thanks
2
Answers
You have to update the state of the screen for seeing the changes. If you are using stateful just simply use setState to do this.
I hope this answer will help you.