TODO: Put a short description of the package here that helps potential users know whether this package might be useful for them.
TODO: List what your package can do. Maybe include images, gifs, or videos.
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
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);
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.