providers/provider library

Classes

Provider<T>
A standard provider that creates instances using a factory function. This is the most common type of provider in the hybrid_manager system.
ProviderFamily<T, P>
A family of providers that can be parameterized. Similar to Riverpod's provider families.
ReactiveProvider<T>
A reactive provider that automatically updates when dependencies change.