railway_chopper 0.1.0 copy "railway_chopper: ^0.1.0" to clipboard
railway_chopper: ^0.1.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_chopper

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  railway_chopper: ^0.1.0

Alternatively, your editor might support dart 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';
5
likes
0
points
241
downloads

Publisher

verified publisherstucknot.com

Weekly Downloads

A chopper client factory and a Response -> Either<NetworkFailure, T> mapper for railway-oriented error handling in Flutter/Dart.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

chopper, fpdart, freezed_annotation, http

More

Packages that depend on railway_chopper