unitrack_firebase 1.0.0
unitrack_firebase: ^1.0.0 copied to clipboard
Firebase provider for UniTrack. Forwards UniTrack events to Firebase Analytics, plus optional helpers for Messaging (FCM token + push notification tracking), Crashlytics (non-fatal error recording), a [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add unitrack_firebaseThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
unitrack_firebase: ^1.0.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:unitrack_firebase/unitrack_firebase.dart';