FLUTTER ECOSYSTEM

sidlatau/flutter_email_sender

允许使用原生平台功能从Flutter发送电子邮件。

flutter_email_sender 项目封面
Stars
173
Forks
94
最近推送(UTC)
2026年9月17日
项目状态
未归档
Tautvydas Šidlauskas GitHub avatar
GITHUB User

Tautvydas Šidlauskas ↗

语言DartSwiftKotlinRubyHTMLLuaObjective-C

此仓库发布的插件

原始 README

以下为英文项目原文快照,最新内容请访问 GitHub。

展开 / 收起项目 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.