clean_result 0.0.2 copy "clean_result: ^0.0.2" to clipboard
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 / Failure result 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
1
likes
160
points
175
downloads

Publisher

unverified uploader

Weekly Downloads

A lightweight Dart utility for result-based business logic, providing Success/Failure modeling and clean result mapping for clean architecture.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on clean_result