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

Plugin to use platform native logging system. Log is also printed to console if needed.

Use this package as a library

Depend on it

Run this command:

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

dependencies:
  simple_native_logger: ^0.2.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:simple_native_logger/simple_native_logger.dart';
0
likes
150
points
34
downloads

Publisher

unverified uploader

Weekly Downloads

Plugin to use platform native logging system. Log is also printed to console if needed.

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on simple_native_logger