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.