commandy 0.1.0+1 copy "commandy: ^0.1.0+1" to clipboard
commandy: ^0.1.0+1 copied to clipboard

A modern Flutter package for managing asynchronous commands and state effectively.

[0.1.0] - 2024-12-06 #

Added #

  • Initial implementation of the Commandy package.
  • Result class with subclasses:
    • Success<T> to represent successful operations.
    • FailureResult<T> to handle errors with detailed information.
  • Command<T, Params> class:
    • Enables asynchronous actions and notifies the command's state via ValueNotifier.
  • StreamCommand<T, Params> class:
    • Handles stream-based actions with automatic subscription management and error handling.
  • CommandListener widget:
    • Listens for changes in multiple commands and triggers custom callbacks.
  • Comprehensive documentation for all public classes.
  • Compatibility with Dart 3 and Flutter.

[0.1.0+1] - 2024-12-06 #

updated #

  • readme logos updated
1
likes
150
points
21
downloads
screenshot

Publisher

verified publisherhapkiduki.dev

Weekly Downloads

A modern Flutter package for managing asynchronous commands and state effectively.

Repository (GitHub)
View/report issues

Topics

#commandy #state-management #command-pattern

Documentation

API reference

License

MIT (license)

Dependencies

equatable, flutter

More

Packages that depend on commandy