smartech_push 3.2.0
smartech_push: ^3.2.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_pushThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
smartech_push: ^3.2.0Alternatively, 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_push/smartech_push.dart';