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

The package that writes the logs to the database and sends these logs to the SEQ LOG Api service.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add seq_logger

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

dependencies:
  seq_logger: ^1.0.8

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:seq_logger/seq_logger.dart';
3
likes
150
points
55
downloads

Publisher

verified publisherperformans.com

Weekly Downloads

The package that writes the logs to the database and sends these logs to the SEQ LOG Api service.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

dio, flutter, intl, path, path_provider, sqflite

More

Packages that depend on seq_logger