logger_interceptor 0.0.8 copy "logger_interceptor: ^0.0.8" to clipboard
logger_interceptor: ^0.0.8 copied to clipboard

A Flutter library that support for write log based on dio library.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add logger_interceptor

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

dependencies:
  logger_interceptor: ^0.0.8

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:logger_interceptor/logger_interceptor.dart';
0
likes
120
points
18
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter library that support for write log based on dio library.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

dio, flutter, flutter_local_notifications, intl, path_provider, permission_handler

More

Packages that depend on logger_interceptor