smartpush 1.8.10
smartpush: ^1.8.10 copied to clipboard
A Flutter Plugin to use Pluggable's SDK for AI optimized delivery of push notifications in Flutter.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add smartpushThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
smartpush: ^1.8.10Alternatively, 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:smartpush/smartpush.dart';