simple_email_sender 0.0.5 copy "simple_email_sender: ^0.0.5" to clipboard
simple_email_sender: ^0.0.5 copied to clipboard

Allows send emails from flutter using native platform functionality.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add simple_email_sender

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

dependencies:
  simple_email_sender: ^0.0.5

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:simple_email_sender/simple_email_sender.dart';
1
likes
140
points
3
downloads

Publisher

unverified uploader

Weekly Downloads

Allows send emails from flutter using native platform functionality.

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on simple_email_sender

Packages that implement simple_email_sender