chili_debug_view 1.1.0 copy "chili_debug_view: ^1.1.0" to clipboard
chili_debug_view: ^1.1.0 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.1.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:chili_debug_view/chili_debug_view.dart';
12
likes
160
pub points
65%
popularity

Publisher

verified publisherchililabs.io

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

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

dio, flutter, path_provider, share_plus

More

Packages that depend on chili_debug_view