string_plugin_test 0.0.3
string_plugin_test: ^0.0.3 copied to clipboard
A Flutter plugin for returning a string value from platform-specific code
string_plugin_test #
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:
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 :
***