clean_result 0.0.2
clean_result: ^0.0.2 copied to clipboard
A lightweight Dart utility for result-based business logic, providing Success/Failure modeling and clean result mapping for clean architecture.
clean_result #
A lightweight Dart utility for result-based business logic.
clean_result helps you model success and failure explicitly,
eliminating exception-driven control flow in clean architecture.
Framework-agnostic. Predictable. Simple.
✨ Features #
- Explicit
Success/Failureresult types - No exceptions in business logic
- Result mapping with
ResultMapper - Safe async execution with
ApiExecutor - Clean architecture friendly
📦 Installation #
dependencies:
clean_result: ^0.0.2