loggery 1.0.1 copy "loggery: ^1.0.1" to clipboard
loggery: ^1.0.1 copied to clipboard

discontinuedreplaced by: log_pro

Logger is a custom logging package for Flutter that simplifies tracking and debugging app behavior.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add loggery

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

dependencies:
  loggery: ^1.0.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:loggery/loggery.dart';
1
likes
160
points
38
downloads
screenshot

Publisher

unverified uploader

Weekly Downloads

Logger is a custom logging package for Flutter that simplifies tracking and debugging app behavior.

Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

flutter

More

Packages that depend on loggery