tealium_braze 1.2.0
tealium_braze: ^1.2.0 copied to clipboard
A Flutter plugin for using Tealium's Braze Remote Command with the Tealium Flutter Plugin.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add tealium_brazeThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
tealium_braze: ^1.2.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:tealium_braze/tealium_braze.dart';