fast_dio 1.0.0 copy "fast_dio: ^1.0.0" to clipboard
fast_dio: ^1.0.0 copied to clipboard

Dio-based HTTP layer with the same API surface as fast_http — GenericRequest, headers, errors, download, stream, and interceptors.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add fast_dio

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

dependencies:
  fast_dio: ^1.0.0

Alternatively, 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:fast_dio/fast_dio.dart';
2
likes
130
points
40
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Dio-based HTTP layer with the same API surface as fast_http — GenericRequest, headers, errors, download, stream, and interceptors.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

chucker_flutter, dio, equatable, flutter, fpdart, pretty_dio_logger

More

Packages that depend on fast_dio