railway_chopper 0.2.0
railway_chopper: ^0.2.0 copied to clipboard
A chopper client factory and a Response -> Either<NetworkFailure, T> mapper for railway-oriented error handling in Flutter/Dart.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add railway_chopperWith Flutter:
$ flutter pub add railway_chopperThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
railway_chopper: ^0.2.0Alternatively, 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:railway_chopper/railway_chopper.dart';