ecco library
Classes
-
EccoBuilder<
T> - A widget that rebuilds when the state of an EccoNotifier changes.
-
EccoConsumer<
T, VM extends EccoNotifier< T> > - A widget that rebuilds when the state of an EccoNotifier changes, providing both state and notifier.
- Eccoes
- A utility class for logging and debugging in Ecco.
-
EccoNotifier<
T> - A generic notifier class that manages state and notifies listeners of changes.
-
EccoProvider<
T> - A widget that provides an EccoNotifier to its descendants.
Enums
- EccoesLogLevel
- Defines the log levels used by Eccoes for debugging and logging purposes.
Mixins
- Equatable
- A mixin that provides value equality for objects.
Extensions
- EccoExtension on BuildContext
- Extension on BuildContext that provides convenient access to Ecco notifiers.
Functions
-
isDebugMode(
) → bool - Determines if the application is running in debug mode.