go_mailer_push_sdk 1.3.0
go_mailer_push_sdk: ^1.3.0 copied to clipboard
Go Mailer SDK for Flutter - Cross-platform customer engagement messaging and push notifications
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add go_mailer_push_sdk
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
go_mailer_push_sdk: ^1.3.0
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:go_mailer_push_sdk/go_mailer.dart';
import 'package:go_mailer_push_sdk/go_mailer_method_channel.dart';
import 'package:go_mailer_push_sdk/go_mailer_platform_interface.dart';
import 'package:go_mailer_push_sdk/go_mailer_web.dart';