simple_native_logger 0.1.0 copy "simple_native_logger: ^0.1.0" to clipboard
simple_native_logger: ^0.1.0 copied to clipboard

plugin to use platform native logging system

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add simple_native_logger

With Flutter:

 $ flutter pub add simple_native_logger

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

dependencies:
  simple_native_logger: ^0.1.0

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:simple_native_logger/simple_native_logger.dart';
0
likes
0
points
198
downloads

Publisher

unverified uploader

Weekly Downloads

plugin to use platform native logging system

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on simple_native_logger

Packages that implement simple_native_logger