The Flutter StatefulWidget tutorial development tutorial describes how to a flutter application where widget properties can be modified and changed.
This flutter development tutorial follows on from the adding external packages flutter tutorial.
Disclaimer: Note this is my first time on using the flutter development environment and dart programming language. So let’s learn flutter together and join me on my journey on where I learn how to create flutter applications using the dart programming language.
Pre-requisites
Knowledge of the dart programming language is not required, but the experience of an object orientated programming language is recommended. Such as Java, C++, Kotlin, Swift to name a few.
Introduction
In this flutter development tutorial we will cover:
- Setting up the StateFulWidget
- Creating mutable states for widgets
Episodes
- Installing Flutter
- Downloading flutter project from GitHub
- The Hello World App
- Adding External Packages
- Stateful Widget
- Infinite Scrolling List
- Adding user interaction
- Switching screens
Conclusion
In this flutter development tutorial we learned how to set a mutable state for a widget.
In the following flutter development tutorial, we will describe how to create an infinite scrollable list.