baaba_api_handler 2.0.0
baaba_api_handler: ^2.0.0 copied to clipboard
A typed, functional HTTP client for Flutter. Wraps Dio with Either-based error handling, token refresh, retries, response caching, and a built-in test double.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add baaba_api_handlerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
baaba_api_handler: ^2.0.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:baaba_api_handler/baaba_api_handler.dart';