flutter_command_pattern 1.0.1
flutter_command_pattern: ^1.0.1 copied to clipboard
A powerful and elegant command pattern implementation for Flutter with pipeline support, observers, and state management.
1.0.0 #
- Initial release
- Command pattern implementation with state management
- Support for commands with and without parameters
- Global pipeline system for middleware
- Global observer system for monitoring
- Context-aware state handling
- Comprehensive documentation and examples
1.0.1 #
- Add flag isCompleted in CommandBase