Skip to main content

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.

ExampleWhat it coversKey features
CounterSync state management@provider, @settable, class-based provider
QuoteAsync fetching + side effectsFuture provider, @command, @keepAlive
NotesFull CRUD with filteringClass commands, @settable, family providers, reload()
Movies AppReal API, pagination, streamsStream provider, Paged<T>, @restartable, @droppable
Command StrategiesAll 4 command execution modes@concurrent, @sequential, @droppable, @restartable

All source code lives in the examples/ directory.