vexo 1.0.0
vexo: ^1.0.0 copied to clipboard
Vexo is the ultimate Flutter state management — zero dependencies, as simple as GetX, yet as powerful as Riverpod and BLoC combined. Fast, reactive, clean.
Changelog #
1.0.0 #
- Initial release of Vexo — The Ultimate Flutter State Management.
VexoState<T>— reactive atom with type extensions for int, bool, List, Map.VexoComputed<T>— auto-updating derived/selector state.VexoController— business logic base with lifecycle hooks (onInit,onReady,onClose).VexoBloc/VexoCubitBloc— BLoC-style typed event-driven state machine.VexoAsyncState<T>— typed async state with loading / data / error sealed types.VexoForm/VexoField— reactive form management with built-in validators.VexoWorker— standalone reactive workers (ever, once, when, debounce, throttle, interval).VexoBuilder,VexoConsumer,VexoListener,VexoSelector,VexoMulti— reactive Flutter widgets.VexoAsyncBuilder— widget for async state with loading/error/data builders.VexoScope/VexoMultiScope— widget-tree scoped dependency injection.VexoRegistry— global type-safe DI container with lazy loading, scopes, and permanence.VexoMiddleware— global observer for all controller lifecycle events.- Zero external dependencies — pure Dart + Flutter SDK only.