Interactivity

Interactivity #

So far you’ve just created UIs consisting widgets without any functionality behind. In this chapter you will learn how to make apps react to user input. You will also see how to do simple state management with StatefulWidget. All while making some actual apps!