Flutter – How do I increment Strings one at a time when button is pressed?
I have a button, and am trying to have a counter-like functionality in my app, but instead of the counter increasing numerically by +1 when the button is pressed, I want a new string to appear. I am storing these…