logger_flutter_viewer 0.8.0 copy "logger_flutter_viewer: ^0.8.0" to clipboard
logger_flutter_viewer: ^0.8.0 copied to clipboard

The package is an extension for logger. You can add it to any Flutter app. Just shake the phone to show the console.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add logger_flutter_viewer

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

dependencies:
  logger_flutter_viewer: ^0.8.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:logger_flutter_viewer/logger_flutter_viewer.dart';
5
likes
130
points
19
downloads

Publisher

verified publishersdkpod.com

Weekly Downloads

The package is an extension for logger. You can add it to any Flutter app. Just shake the phone to show the console.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, logger, sensors_plus

More

Packages that depend on logger_flutter_viewer

Packages that implement logger_flutter_viewer