smart_logs 1.0.5 copy "smart_logs: ^1.0.5" to clipboard
smart_logs: ^1.0.5 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 Dart:

 $ dart pub add smart_logs

With Flutter:

 $ flutter pub add smart_logs

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

dependencies:
  smart_logs: ^1.0.5

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:smart_logs/smart_logs.dart';
2
likes
0
points
231
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)
View/report issues

License

unknown (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