coderx 0.0.2 copy "coderx: ^0.0.2" to clipboard
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.

0
likes
160
points
30
downloads

Publisher

verified publishercoderdev.space

Weekly Downloads

A simple, fast Flutter state management tool for theme, locale, and UI with builder, listener, and reactive state support.

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

cupertino_icons, flutter

More

Packages that depend on coderx