speedex library

Classes

SpeedEx
A lightweight and simple state management solution for Flutter.
SpeedExWidget<T>
A widget that rebuilds when a specific SpeedEx state changes.

Typedefs

SpeedExMiddleware = FutureOr<void> Function(String key, dynamic oldValue, dynamic newValue)
Function signature for SpeedEx middleware.

Exceptions / Errors

SpeedExException
Custom exception class for SpeedEx-related errors.