The Mindbox SDK allows you to integrate mobile push-notifications, in-app messages and client events into your Flutter projects.
These instructions will help you integrate the Mindbox SDK into your Flutter app.
To integrate Mindbox SDK into your Flutter app, follow the installation process detailed here. Here is an overview:
Add Mindbox's dependency to your pubspec.yaml file:
dependencies:
flutter:
sdk: flutter
mindbox: ^2.8.4
Initialize the Mindbox SDK in your Activity or Application class. Check documentation here for more details.
Learn how to send events to Mindbox. Create a new Operation class object and set the respective parameters. Check the documentation for more details.
Mindbox SDK helps handle push notifications. Configuration and usage instructions can be found in the SDK documentation here, here and here.
Refer to the Example of integration(IOS) or Example of integration(Android) in case of any issues.
Reach out to us for further help and we'll be glad to assist.
The library is available as open source under the terms of the License.
For a better understanding of this content, please familiarize yourself with the Mindbox Flutter SDK documentation.