rudder_integration_firebase_flutter 2.1.4
rudder_integration_firebase_flutter: ^2.1.4 copied to clipboard
Flutter Device Mode Support for Firebase Destination.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add rudder_integration_firebase_flutterWith Flutter:
$ flutter pub add rudder_integration_firebase_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
rudder_integration_firebase_flutter: ^2.1.4Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:rudder_integration_firebase_flutter/rudder_integration_firebase_flutter.dart';