brevoflutter 0.1.1
brevoflutter: ^0.1.1 copied to clipboard
A Flutter package for Brevo (formerly Sendinblue) Marketing Automation API integration. Track users, events, link clicks, and page views with type-safe models and comprehensive error handling.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add brevoflutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
brevoflutter: ^0.1.1Alternatively, 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:brevoflutter/brevoflutter.dart';