Flutter
Basics of Flutter (Latest at the bottom)
- Flutter Container
- Flutter GridView
- Flutter ListView
- Flutter Stack
- Flutter SnackBar and Drawer
- A Stateful Widget which manages it's own State
- Handle Changes to a TextField using onChanged()
- Handle Changes to a TextField using TextEditingController()
- A simple Login Form which has validation and gets cleaned after submitting using TextEditingController()
- A simple ListWheelScrollView widget for favorite TV Shows. Use flutter version of dev channel only
- Flutter Named Routing
- A simple App with args passed between login route and home route after login validation
- Return data from the second route to the first route asynchronously
- Fetch a post from jsonplaceholder.typicode.com and use it in the app
- Simple Counter App, state managed by Provider
- A Favorite Cars App with data from Firebase