dio 5.8.0+1 copy "dio: ^5.8.0+1" to clipboard
dio: ^5.8.0+1 copied to clipboard

A powerful HTTP networking package, supports Interceptors, Aborting and canceling a request, Custom adapters, Transformers, etc.

example/dio.dart

import 'package:dio/dio.dart';

/// More examples see https://github.com/cfug/dio/blob/main/example
void main() async {
  final dio = Dio();
  final response = await dio.get('https://pub.dev');
  print(response.data);
}
7.8k
likes
160
points
1.69M
downloads

Publisher

verified publisherflutter.cn

Weekly Downloads

A powerful HTTP networking package, supports Interceptors, Aborting and canceling a request, Custom adapters, Transformers, etc.

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

#dio #http #network #interceptor #middleware

Documentation

API reference

License

MIT (license)

Dependencies

async, collection, dio_web_adapter, http_parser, meta, path

More

Packages that depend on dio