leulit_flutter_actionmanager 1.0.2 copy "leulit_flutter_actionmanager: ^1.0.2" to clipboard
leulit_flutter_actionmanager: ^1.0.2 copied to clipboard

...

Changelog #

1.0.2 - 2026-02-09 #

Added #

  • Comprehensive test suite with 48 tests covering all library methods
  • Tests for Action class (creation, equality, hashCode, toString)
  • Tests for ActionDispatcher dispatch, registration, and unregistration
  • Tests for reactive streams (listen, stream, streamOf)
  • Tests for metadata and statistics tracking
  • Tests for error handling and resilience
  • Tests for ActionLogger configuration
  • Integration tests for complex workflows

Improved #

  • Enhanced code formatting across all files
  • Better test coverage and reliability
  • Improved documentation in test files

1.0.0 - 2026-02-09 #

Added #

  • Initial release
  • Core ActionDispatcher with enum-based actions
  • Type-safe action handlers
  • Built-in debugging and introspection
  • Reactive StreamSubscription support
  • Comprehensive documentation and examples
  • Unit tests with full coverage
  • Example application demonstrating key features