isolate_logger 1.0.8 copy "isolate_logger: ^1.0.8" to clipboard
isolate_logger: ^1.0.8 copied to clipboard

A logger utility for logging messages into console & in files, which will help users to track for any user events/exceptions etc.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add isolate_logger

With Flutter:

 $ flutter pub add isolate_logger

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

dependencies:
  isolate_logger: ^1.0.8

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:isolate_logger/isolate_logger.dart';
16
likes
0
points
48
downloads

Publisher

verified publisheraliasgarvohra.com

Weekly Downloads

A logger utility for logging messages into console & in files, which will help users to track for any user events/exceptions etc.

Repository (GitHub)
View/report issues

Topics

#isolate #logging #storage #console #export

License

unknown (license)

Dependencies

archive, flutter, intl, path, path_provider

More

Packages that depend on isolate_logger