Flutter Lesson 13: Mini Project | Build a Todo App with Riverpod (API + List + Details)

Опубликовано: 19 Июль 2026
на канале: DEBUGGED
41
1

In this lesson, we build a complete beginner mini project by assembling everything we learned.

We create a small Todo app using Riverpod, fetch a list from a real API, display it with ListView, and navigate from the list to a detail screen.

In this lesson you will build:

A Home screen that starts the feature flow

API data loading with a service + model

Riverpod StateNotifier with AsyncValue for loading/data/error

A Todo list screen that displays remote data

Navigation to a detail screen with passed data