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

A simple dio log interceptor (mainly inspired by the built-in dio LogInterceptor), which has coloring features and json formatting so you can have a better readable output.

1.2.0 #

  • Add support for dart-only projects by removing the flutter dependency
  • Replaced flutter_lint with lints

1.1.0 #

  • Replaced DioError with DioException
  • Update Dio dependency to v5.4.0
  • Update Dart SDK to v3.0.1

1.0.0 #

  • Updated dependencies, now it supports Dio v5.x.x

0.0.2+4 #

  • Updated README.md file (added the installation part)

0.0.2+3 #

  • Updated README.md file

0.0.2+2 #

  • Fixed CHANGELOG.md file

0.0.2+1 #

  • Removed unwanted code from the example

0.0.2 #

  • Added support for FormData (fields and files) logging in the request.
  • Added capability to display the type of the request body you're sending (Json, or FormData)
  • Other minor bug fixes

0.0.1+1 #

  • Removed the (windows, linux, mac, and web) directories from the example

0.0.1 #

  • initial release
48
likes
140
pub points
95%
popularity

Publisher

verified publisherdevmuaz.com

A simple dio log interceptor (mainly inspired by the built-in dio LogInterceptor), which has coloring features and json formatting so you can have a better readable output.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

colorize, dio

More

Packages that depend on awesome_dio_interceptor