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.flutter-io.cn 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.

Libraries

journal_android