use_case_dart 1.0.2
use_case_dart: ^1.0.2 copied to clipboard
A pure-Dart use case result wrapper that funnels thrown errors into typed success/failure values. Zero dependencies.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add use_case_dartWith Flutter:
$ flutter pub add use_case_dartThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
use_case_dart: ^1.0.2Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:use_case_dart/use_case.dart';