result_command 2.1.0 copy "result_command: ^2.1.0" to clipboard
result_command: ^2.1.0 copied to clipboard

A command pattern implementation for Dart and Flutter using result_dart package.

2.1.0 #

  • ADDED: filter method for deriving transformed values from command states.
  • ADDED: CommandRef class for listening to changes in ValueListenables and executing actions dynamically.
  • DEPRECATED: Command state methods (isIdle, isRunning, etc.) moved to CommandState for better encapsulation.
  • IMPROVED: Documentation for new features and deprecated methods.

2.0.0 #

  • ADDED: Cache methods getCachedSuccess(), getCachedFailure().
  • ADDED: Improved documentation.
  • ADDED: Bumped Dart SDK version.

1.3.0 #

  • ADDED: Global observer command state listener.

1.2.0 #

  • ADDED: when operator.

1.1.2 #

  • FIXED: Documentation.

1.1.1 #

  • FIXED: Documentation.

1.1.0 #

  • ADDED: State history.
  • ADDED: Timeout.
  • ADDED: Cancellation support.
  • ADDED: Command state getters.
  • FIXED: Running class name.

1.0.0 #

  • Initial release.
28
likes
160
points
707
downloads

Publisher

verified publisherflutterando.com.br

Weekly Downloads

A command pattern implementation for Dart and Flutter using result_dart package.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, result_dart

More

Packages that depend on result_command