string_plugin_test 0.0.3 copy "string_plugin_test: ^0.0.3" to clipboard
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-

  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 :


***
0
likes
150
points
1
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for returning a string value from platform-specific code

Homepage

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, plugin_platform_interface, url_launcher

More

Packages that depend on string_plugin_test

Packages that implement string_plugin_test