BenZhang / pixelforce_support_emailer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TODO: Put a short description of the package here that helps potential users know whether this package might be useful for them.

Features

TODO: List what your package can do. Maybe include images, gifs, or videos.

Getting started

Add the following lines to the package's pubspec.yaml

pixelforce_support_emailer:
  git:
    url: https://github.com/BenZhang/pixelforce_support_emailer.git
    ref: 54213d9

Usage

TODO: Include short and useful examples for package users. Add longer examples to /example folder.

import 'package:pixelforce_support_emailer/pixelforce_support_emailer.dart';

PixelSupportMailer supportMailer = PixelSupportMailer(user?.id.toString());
supportMailer.sendSupportEmail('support@test.com', subject, context);

Additional information

TODO: Tell users more about the package: where to find more information, how to contribute to the package, how to file issues, what response they can expect from the package authors, and more.

About

License:Other


Languages

Language:Dart 100.0%