diavox_file_logger 0.0.2 copy "diavox_file_logger: ^0.0.2" to clipboard
diavox_file_logger: ^0.0.2 copied to clipboard

PlatformAndroid

description: A simple file logger plugin for Flutter that allows writing log messages to a file from both Dart and Android (Kotlin) code.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add diavox_file_logger

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

dependencies:
  diavox_file_logger: ^0.0.2

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:diavox_file_logger/diavox_file_logger.dart';
0
likes
145
points
12
downloads

Publisher

unverified uploader

Weekly Downloads

description: A simple file logger plugin for Flutter that allows writing log messages to a file from both Dart and Android (Kotlin) code.

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on diavox_file_logger

Packages that implement diavox_file_logger