smartech_flutter_plugin 2.0.0 smartech_flutter_plugin: ^2.0.0 copied to clipboard
Smartech is a omni channel platform that delivers everything you need to drive mobile engagement and create valuable consumer relationships on mobile. The Smartech Flutter Plugin enables your Flutter [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add smartech_flutter_plugin
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
smartech_flutter_plugin: ^2.0.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:smartech_flutter_plugin/SMTNotificationMessageType.dart';
import 'package:smartech_flutter_plugin/channel_builder.dart';
import 'package:smartech_flutter_plugin/customt_typedef.dart';
import 'package:smartech_flutter_plugin/smartech_plugin.dart';
import 'package:smartech_flutter_plugin/smt_debug_level.dart';
import 'package:smartech_flutter_plugin/smt_notification_options.dart';