FLUTTER ECOSYSTEM

sidlatau/flutter_email_sender

Allows send emails from flutter using native platform functionality.

flutter_email_sender project cover
Stars
173
Forks
94
Last push (UTC)
Sep 17, 2026
Project status
Active
Tautvydas Šidlauskas GitHub avatar
GITHUB User

Tautvydas Šidlauskas ↗

LanguagesDartSwiftKotlinRubyHTMLLuaObjective-C

Packages published by this repository

Original README

English project snapshot. Visit GitHub for the latest content.

Expand / collapse project README

flutter_email_sender workspace

This repository is a Dart workspace containing the federated flutter_email_sender plugin.

Packages:

  • packages/flutter_email_sender: public app-facing package
  • packages/flutter_email_sender_platform_interface: shared contract and capabilities model
  • packages/flutter_email_sender_method_channel: Android, iOS, and macOS implementation
  • packages/flutter_email_sender_web: web implementation using mailto:
  • example/: example app for local development and validation

To use the plugin in an app, depend on flutter_email_sender.

Package documentation lives in packages/flutter_email_sender/README.md.