flutter_axios 1.2.0 copy "flutter_axios: ^1.2.0" to clipboard
flutter_axios: ^1.2.0 copied to clipboard

A promise-based HTTP client for Flutter inspired by Axios. Provides interceptors, request/response transformation, error handling, and automatic JSON conversion.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_axios

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

dependencies:
  flutter_axios: ^1.2.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:flutter_axios/flutter_axios.dart';
1
likes
130
points
156
downloads

Publisher

unverified uploader

Weekly Downloads

A promise-based HTTP client for Flutter inspired by Axios. Provides interceptors, request/response transformation, error handling, and automatic JSON conversion.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

build, flutter, glob, http, meta, web_socket_channel

More

Packages that depend on flutter_axios