chili_debug_view 1.3.1 copy "chili_debug_view: ^1.3.1" to clipboard
chili_debug_view: ^1.3.1 copied to clipboard

Flutter debug view for checking network logs, response time and sharing them outside of app

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add chili_debug_view

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

dependencies:
  chili_debug_view: ^1.3.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:chili_debug_view/chili_debug_view.dart';
18
likes
160
points
563
downloads

Documentation

API reference

Publisher

verified publisherchililabs.io

Weekly Downloads

Flutter debug view for checking network logs, response time and sharing them outside of app

Repository (GitHub)
View/report issues

Topics

#debug #dio #network #logging

License

BSD-3-Clause (license)

Dependencies

dio, flutter, path_provider, share_plus

More

Packages that depend on chili_debug_view