logger_flutter_ns 0.1.1 copy "logger_flutter_ns: ^0.1.1" to clipboard
logger_flutter_ns: ^0.1.1 copied to clipboard

A simple plug & play flutter logger console. You can use this plugin for logging on ide or by shaking your phone to see logs on phone.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add logger_flutter_ns

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

dependencies:
  logger_flutter_ns: ^0.1.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:logger_flutter_ns/logger_flutter_ns.dart';
1
likes
110
pub points
57%
popularity

Publisher

unverified uploader

A simple plug & play flutter logger console. You can use this plugin for logging on ide or by shaking your phone to see logs on phone.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, intl, logger, path_provider, sensors_plus, share_plus

More

Packages that depend on logger_flutter_ns