railway_dio 0.1.0
railway_dio: ^0.1.0 copied to clipboard
A Dio 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_dioWith Flutter:
$ flutter pub add railway_dioThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
railway_dio: ^0.1.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_dio/railway_dio.dart';