easy_resend 1.0.2 copy "easy_resend: ^1.0.2" to clipboard
easy_resend: ^1.0.2 copied to clipboard

A Dart package for easy integration with the Easy Resend API to send emails with attachments.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add easy_resend

With Flutter:

 $ flutter pub add easy_resend

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

dependencies:
  easy_resend: ^1.0.2

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:easy_resend/easy_resend.dart';
3
likes
150
pub points
57%
popularity

Publisher

unverified uploader

A Dart package for easy integration with the Easy Resend API to send emails with attachments.

Repository (GitHub)
View/report issues

Topics

#email #resend #dart #api

Documentation

API reference

License

MIT (license)

Dependencies

http

More

Packages that depend on easy_resend