string_plugin_test

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:
string_plugin_test: ^0.0.2

2.Import the package :

import 'package:string_plugin_test/string_plugin_test.dart';

2.Add the following to AndroidManifest.xml file :


***