resend_dart 1.0.1 copy "resend_dart: ^1.0.1" to clipboard
resend_dart: ^1.0.1 copied to clipboard

Dart SDK for the Resend API - best API to reach humans instead of spam folders

Resend Dart SDK #

License: MIT #

Platform Support #

Android iOS MacOS Web Linux Windows

API Support #

Api keys Domains Email

Installation #

To install Resend Dart SDK, simply execute the following command in a terminal:

flutter pub add resend_dart

Setup #

First, you need to get an API key, which is available in the Resend Dashboard.

Example #

import 'package:resend_dart/resend.dart';

final apiKey = `API_KEY`
final resend = Resend(apiKey: apiKey);

resend.email.send(
    from: 'r@email.io',
    to: ['to@gmail.com'],
    subject: 'Test subject',
  );
8
likes
110
pub points
22%
popularity

Publisher

unverified uploader

Dart SDK for the Resend API - best API to reach humans instead of spam folders

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

freezed_annotation, http, json_annotation, meta

More

Packages that depend on resend_dart