Adding random images one by one on app in flutter
I am having trouble on adding random images to the page by using floating action button. After drawing image from .shuffle list, I want to draw another picture from the list. I was able to add more picture with the action button, but when pressing the floating action button, it also changes the previous image. As a result, even if I can shuffle the images, I can only get the result of showing large amount of same image instead of adding different image.