logger_flutter_ns 0.0.7 copy "logger_flutter_ns: ^0.0.7" to clipboard
logger_flutter_ns: ^0.0.7 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 Dart:

 $ dart pub add logger_flutter_ns

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 dart pub get):

dependencies:
  logger_flutter_ns: ^0.0.7

Alternatively, your editor might support dart pub get or 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
0
pub points
50%
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.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, logger, path_provider, sensors_plus, share_plus

More

Packages that depend on logger_flutter_ns