clean_result 1.0.0
clean_result: ^1.0.0 copied to clipboard
A lightweight Dart utility for result-based business logic, providing Success/Failure modeling and clean result mapping for clean architecture.
0.0.2 #
- Added documentation comments for public APIs
- Improved formatting and static analysis compliance
- No functional changes
0.0.1 #
- Initial release
- Added Result and Failure/Success primitives
- Added ResultMapper for clean result transformation
- Added ApiExecutor for safe async execution
- Added BusinessException for business-level errors
1.0.0 #
- Initial stable release
- Added ApiExecutor for safe API execution
- Handles timeout, network, and business exceptions
- Provides Result-based success and failure handling