hybrid_logging 1.0.0 copy "hybrid_logging: ^1.0.0" to clipboard
hybrid_logging: ^1.0.0 copied to clipboard

The logging library of the Hybrid SDK.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add hybrid_logging

With Flutter:

 $ flutter pub add hybrid_logging

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

dependencies:
  hybrid_logging: ^1.0.0

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:hybrid_logging/hybrid_logging.dart';
1
likes
150
points
2.92k
downloads

Publisher

verified publisherhebei.dev

Weekly Downloads

The logging library of the Hybrid SDK.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

logging

More

Packages that depend on hybrid_logging