speedex 0.0.3 copy "speedex: ^0.0.3" to clipboard
speedex: ^0.0.3 copied to clipboard

SpeedEx, short for Speed Execution is a lightweight, efficient state management solution for Flutter. SpeedEx offers global state handling, computed values, middleware support, and more with minimal b [...]

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.3] - 2024-10-05 #

Added #

  • Initial pre-release version of SpeedEx package
  • SpeedEx class for global state management:
    • setValue and getValue methods for state manipulation
    • setComputedValue for derived state
    • Listener system with addListener and removeListener
    • 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
5
likes
150
points
20
downloads
screenshot

Publisher

verified publishermo-shaheen.wuaze.com

Weekly Downloads

SpeedEx, short for Speed Execution is a lightweight, efficient state management solution for Flutter. SpeedEx offers global state handling, computed values, middleware support, and more with minimal boilerplate.

Repository (GitHub)
View/report issues

Topics

#state-management #flutter #performance #reactive

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on speedex