dio_curl_interceptor 2.2.1 copy "dio_curl_interceptor: ^2.2.1" to clipboard
dio_curl_interceptor: ^2.2.1 copied to clipboard

A Flutter package for debugging and sharing. Easily reuse the commands in Postman, Terminal, or any cURL-compatible tool.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add dio_curl_interceptor

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

dependencies:
  dio_curl_interceptor: ^2.2.1

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:dio_curl_interceptor/dio_curl_interceptor.dart';
2
likes
150
points
1.21k
downloads

Publisher

verified publishervenhdev.me

Weekly Downloads

A Flutter package for debugging and sharing. Easily reuse the commands in Postman, Terminal, or any cURL-compatible tool.

Homepage
Repository (GitHub)
View/report issues

Topics

#curl #dio #http #logging #console

Documentation

API reference

License

MIT (license)

Dependencies

codekit, colored_logger, dio, file_saver, flutter, hive, hive_flutter, intl, path_provider

More

Packages that depend on dio_curl_interceptor