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

With Flutter:

 $ flutter 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.2.0

Alternatively, 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';
5
likes
160
points
236
downloads

Documentation

API reference

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

Topics

#network #http #chopper #either #error-handling

License

MIT (license)

Dependencies

chopper, fpdart, freezed_annotation, http

More

Packages that depend on railway_chopper