coderx 0.0.2
coderx: ^0.0.2 copied to clipboard
A simple, fast Flutter state management tool for theme, locale, and UI with builder, listener, and reactive state support.
- Fix bugs
0.0.2 - 2025-08-02 #
๐ Initial preview release of coderx โ A lightweight, flexible state management solution for Flutter.
๐ Features #
- โ
CoderState<T>โ Reactive global state container. - โ
CoderConsumerโ Widget to rebuild UI on state changes. - โ
CoderMultiConsumerโ Rebuild on multiple states. - โ
CoderListenerโ Respond to side-effects (e.g., show Snackbar). - โ
CoderBuilderโ Stateful builder widget. - โ
CoderObserverโ Programmatic listeners outside the widget tree. - โ
CoderComputed<T>โ Computed/derived state values. - โ
CoderAsync<T>โ Simplified handling for loading/data/error state. - โ
CoderConfigโ Prebuilt global states for theme and locale.
๐งช Example Showcase #
- Theme toggle (light/dark).
- Locale setting.
- Counter.
- Async simulated API (
fetchUsers()). - Error snackbar using
CoderListener. - Welcome message with
CoderComputed.
Note: This is an experimental release. APIs may change in upcoming versions.