logger_wrapper 1.0.4 copy "logger_wrapper: ^1.0.4" to clipboard
logger_wrapper: ^1.0.4 copied to clipboard

A wrapper package for logging functionalities in Flutter applications.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add logger_wrapper

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

dependencies:
  logger_wrapper: ^1.0.4

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_wrapper/logger_wrapper.dart';
0
likes
140
points
10
downloads

Publisher

unverified uploader

Weekly Downloads

A wrapper package for logging functionalities in Flutter applications.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, logger

More

Packages that depend on logger_wrapper