flutter_email_sender_platform_interface 1.0.0 copy "flutter_email_sender_platform_interface: ^1.0.0" to clipboard
flutter_email_sender_platform_interface: ^1.0.0 copied to clipboard

A common platform interface for the flutter_email_sender plugin.

flutter_email_sender_platform_interface #

Platform interface for flutter_email_sender.

This package defines the shared Email, EmailCapabilities, and FlutterEmailSenderPlatform API used by federated implementations.

Most applications should depend on package:flutter_email_sender/flutter_email_sender.dart instead of using this package directly.

Usage #

This package is intended for authors of platform implementations such as method-channel or web backends.

It exposes:

  • Email: the request model used by all implementations.
  • EmailCapabilities: the platform capability contract, including runtime canSend availability.
  • FlutterEmailSenderPlatform: the abstract base class implementations register with.

End Users #

If you are building an application, depend on flutter_email_sender instead of this package.

0
likes
140
points
0
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A common platform interface for the flutter_email_sender plugin.

Homepage
Repository (GitHub)
View/report issues

Topics

#email #federation #plugin

License

Apache-2.0 (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on flutter_email_sender_platform_interface