https://github.com/braze-inc/braze-flutter-sdk
Public repo for the Braze Flutter SDK
https://github.com/braze-inc/braze-flutter-sdk
android customer-engagement dart flutter flutter-plugin ios marketing-automation sdk
Last synced: 3 months ago
JSON representation
Public repo for the Braze Flutter SDK
- Host: GitHub
- URL: https://github.com/braze-inc/braze-flutter-sdk
- Owner: braze-inc
- License: other
- Created: 2021-04-01T17:50:57.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-06-16T16:08:25.000Z (4 months ago)
- Last Synced: 2025-06-16T17:38:22.824Z (4 months ago)
- Topics: android, customer-engagement, dart, flutter, flutter-plugin, ios, marketing-automation, sdk
- Language: Dart
- Homepage:
- Size: 558 KB
- Stars: 16
- Watchers: 10
- Forks: 36
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
![]()
# Braze Flutter SDK
Effective marketing automation is an essential part of successfully scaling and managing your business. [Braze](https://www.braze.com/) empowers you to build better customer relationships through a seamless, multi-channel approach that addresses all aspects of the user life cycle on an ongoing basis.
This project contains the [Braze plugin](https://pub.dev/packages/braze_plugin), a specialized package that allows integrators to use certain Braze APIs from Flutter app code written in Dart.
### Getting Started
For information about using this package, [please reference the Braze documentation here](https://www.braze.com/docs/developer_guide/platforms/flutter/sdk_integration).
### Requirements
- Dart SDK 2.15.0+
- Flutter SDK 1.10.0+This SDK additionally inherits the requirements of its underlying Braze native SDKs. Be sure to also adhere to the lists below:
* [Android SDK requirements](https://github.com/braze-inc/braze-android-sdk?tab=readme-ov-file#version-information)
* [Swift SDK requirements](https://github.com/braze-inc/braze-swift-sdk?tab=readme-ov-file#version-information)### Support
Please reach out to support@braze.com regarding any questions or issues.
### Sample App
The `/example` folder contains a sample app illustrating how to integrate and use this package's APIs.