Examples
Complete Flutter apps that demonstrate riverpod_craft in practice. They're ordered from simple to complex — start at the top and work your way down.
| Example | What it covers | Key features |
|---|---|---|
| Counter | Sync state management | @provider, @settable, class-based provider |
| Quote | Async fetching + side effects | Future provider, @command, @keepAlive |
| Notes | Full CRUD with filtering | Class commands, @settable, family providers, reload() |
| Movies App | Real API, pagination, streams | Stream provider, Paged<T>, @restartable, @droppable |
| Command Strategies | All 4 command execution modes | @concurrent, @sequential, @droppable, @restartable |
All source code lives in the examples/ directory.