scr/development_booster/injected_crud/injected_crud library

Classes

ICRUD<T, P>
Interface to implement to query a rest API or database for Create, Read, Update, and Delete of Items-Item.
InjectedCRUD<T, P>
Injection of a state that can create, read, update and delete from a backend or database service.
InjectedCRUDImp<T, P>
An implementation of InjectedCRUD
OnCRUDBuilder
To listen to an InjectedCRUD state just use ReactiveStatelessWidget, OnReactive, or OnBuilder widgets.
OnCRUDSideEffects
Class for CRUD side effects

Extensions

InjectedCRUDX on InjectedCRUD<T, P>
Extension on InjectedCRUD