send_log 1.1.4 copy "send_log: ^1.1.4" to clipboard
send_log: ^1.1.4 copied to clipboard

Log support with e-mail sending.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add send_log

With Flutter:

 $ flutter pub add send_log

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

dependencies:
  send_log: ^1.1.4

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:send_log/send_log.dart';