lindi library
Classes
- Lindi
- LindiBuilder
-
A widget that listens to a list of
LindiViewModels and rebuilds whenever any of the view models change, calling the provided builder function. -
LindiStorageViewModel<
D, E> - A base class that combines view model logic with storage functionality.
-
LindiViewModel<
D, E>
Typedefs
- Listener = void Function(LindiViewModel viewModel)