flutter_emailer 0.0.1 copy "flutter_emailer: ^0.0.1" to clipboard
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-

  1. openEmailApp()
  2. openEmailWithForSingleReceiverOnly(String receiverEmailId,List
  3. openEmailWithForMultipleReceiverOnly(List
  4. openEmailWithForSingleReceiverWithSubject(String receiverEmailId, String subject, List
  5. openEmailWithForMultipleReceiverWithSubject(List
  6. 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';
3
likes
0
points
32
downloads

Publisher

verified publisherfermioninfotech.com

Weekly Downloads

This plugin in to open mail and send mail with different cases

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, plugin_platform_interface, url_launcher

More

Packages that depend on flutter_emailer