Adding Interactivity to Flutter Apps
In this tutorial, we’ll be learning how to add interactivity to an object when I user clicks/taps on it. This is assuming you have completed the previous tutorial on Working with Layouts in Flutter. When we get done, we’ll have learned about responding to taps, creating a custom widget, and the differences between a stateful…