altfire_messenger 0.2.1 altfire_messenger: ^0.2.1 copied to clipboard
altfire_messenger is a package wrapping FlutterFire Messaging, Local Notifications, Firebase In-App Messaging, and Firebase Instance ID. It was created to make Firebase SDK versioning and methods easi [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add altfire_messenger
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
altfire_messenger: ^0.2.1
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:altfire_messenger/altfire_messenger.dart';