hemend_async_log_recorder 0.3.2 copy "hemend_async_log_recorder: ^0.3.2" to clipboard
hemend_async_log_recorder: ^0.3.2 copied to clipboard

An Extension to the hemend_logger package that enables asynchronously logging

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add hemend_async_log_recorder
copied to clipboard

With Flutter:

 $ flutter pub add hemend_async_log_recorder
copied to clipboard

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

dependencies:
  hemend_async_log_recorder: ^0.3.2
copied to clipboard

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:hemend_async_log_recorder/hemend_async_log_recorder.dart';
copied to clipboard
1
likes
150
points
40
downloads

Publisher

verified publisherhemend.com

Weekly Downloads

2024.07.06 - 2025.01.18

An Extension to the hemend_logger package that enables asynchronously logging

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

go_flow, hemend_logger, http, meta, pool

More

Packages that depend on hemend_async_log_recorder