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
Libraries
- clean_result
- A lightweight Dart utility for result-based business logic.