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

Smart logs is a package which can be use to log any type of message, exception, stack trace.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add smart_logs

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

dependencies:
  smart_logs: ^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:smart_logs/smart_logs.dart';
2
likes
140
points
258
downloads

Publisher

verified publisherwhizpool.com

Weekly Downloads

Smart logs is a package which can be use to log any type of message, exception, stack trace.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

archive, cupertino_icons, device_info_plus, disk_space_upgrade, flutter, flutter_email_sender, fluttertoast, intl, package_info_plus, path, path_provider

More

Packages that depend on smart_logs