journal_android 0.1.0
journal_android: ^0.1.0 copied to clipboard
An output targeting Android devices for `journal`.
Journal Android output #
An output targeting Android devices for journal
.
Writes entries using native functions. Logcat may be used to observe its output.
This package only works on Android devices. In all other environments, it simply ignores the output.
Published to the pub.dev package registry.
Usage #
To use this output, add it to Journal.outputs
.
import 'package:journal/journal.dart';
import 'package:journal_android/journal_android.dart';
Journal.outputs = const [AndroidOutput()];
Release history #
See the changelog for a detailed list of changes throughout the package's history.