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

A Flutter debug logging library that provides non-blocking, lightweight logging with file persistence using Dart Isolates.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add log_prism

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

dependencies:
  log_prism: ^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:log_prism/log_prism.dart';
0
likes
125
points
149
downloads

Publisher

verified publishersora.fukui.jp

Weekly Downloads

A Flutter debug logging library that provides non-blocking, lightweight logging with file persistence using Dart Isolates.

Documentation

API reference

License

MIT (license)

Dependencies

flutter, path_provider

More

Packages that depend on log_prism