notibase_flutter 0.9.0
notibase_flutter: ^0.9.0 copied to clipboard
Notibase for Flutter: push notifications, in-app messages, an in-app inbox and campaign attribution — pass the firebase_messaging token and the rest is one call.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add notibase_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
notibase_flutter: ^0.9.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:notibase_flutter/notibase_flutter.dart';