flutter_emailer 0.0.1
flutter_emailer: ^0.0.1 copied to clipboard
This plugin in to open mail and send mail with different cases
flutter_emailer #
This plugin in to open mail and send mail with different cases.
Getting Started #
Different use cases are-
- openEmailApp()
- openEmailWithForSingleReceiverOnly(String receiverEmailId,List
- openEmailWithForMultipleReceiverOnly(List
- openEmailWithForSingleReceiverWithSubject(String receiverEmailId, String subject, List
- openEmailWithForMultipleReceiverWithSubject(List
- openEmailWithBodyOnly(String body, , List
Implementation #
1.To use this package, add the package to your pubspec.yaml file:
dependencies:
flutter_emailer: ^0.0.1
2.Import the package :
import 'package:flutter_emailer/flutter_emailer.dart';