journal_android 0.1.0 copy "journal_android: ^0.1.0" to clipboard
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.

0
likes
150
points
107
downloads

Publisher

verified publisherskreborn.me

Weekly Downloads

An output targeting Android devices for `journal`.

Repository (GitHub)

Topics

#journal #android

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

ffi, journal, stack_trace

More

Packages that depend on journal_android