speedex 0.0.2 speedex: ^0.0.2 copied to clipboard
SpeedEx, short for "Speed Execution" is a lightweight and simple state management solution for Flutter, offering global state handling with minimal boilerplate.
Changelog #
All notable changes to the SpeedEx package will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[0.0.2] - 2024-10-05 #
Added #
- Initial pre-release version of SpeedEx package
SpeedEx
class for global state management:setValue
andgetValue
methods for state manipulationsetComputedValue
for derived state- Listener system with
addListener
andremoveListener
- Middleware support with
addMiddleware
- History tracking with
undo
functionality - Serialization and deserialization methods
- Persistent storage support
SpeedExWidget
for integration with Flutter widgets- Exception handling with
SpeedExException
- Type-safe state access
- Global listener support using '*' key
- Clear all state functionality
Notes #
- This is an early development version and APIs may change
- Not recommended for production use at this stage