
NVECTA Flutter SDK
π Quick Introduction
The NVECTA Flutter SDK helps you integrate powerful customer engagement and analytics features into your Flutter mobile applications. With NVECTA, you can track user activity, send personalized notifications, and improve user engagement through real-time insights and communication tools.
To learn more, visit our website and explore the documentation for installation and setup guidance.
Ready to get started? Sign up here to create your account.
π¦ Integrate NVECTA into Your Flutter App
Step1- To integrate the NVECTA Flutter SDK into your Flutter application, add the SDK dependency to your project's pubspec.yaml file:
dependencies:
flutter_notifyvisitors: ^1.6.1
Step2- After adding the dependency, run the following command to install the package:
flutter pub get
Step3- To access NVECTA plugin methods, import the following package into your Dart file:
import 'package:flutter_notifyvisitors/flutter_notifyvisitors.dart';
βοΈ Configurations
π± Android Setup
For Android-specific integration steps, please refer to our technical Android documentation.
π iOS Setup
For iOS-specific integration steps, please refer to our technical iOS documentation.
π SDK Features & Guides
Explore the following guides to learn how to use key NVECTA SDK features in your Flutter application.
π― Tracking Events
Track user interactions and custom events to better understand user behavior and engagement within your application.
β‘οΈ View Event Tracking Documentation
π€ Tracking Users
Identify users, manage user profiles, and associate user activity for personalized engagement and analytics.
β‘οΈ View User Tracking Documentation
π¬ In-App Notifications
Display targeted in-app messages and campaigns to engage users while they are actively using the application.
β‘οΈ View In-App Notification Documentation
π Push Notifications
Configure and send push notifications to re-engage users with real-time updates and personalized communication.
β‘οΈ View Push Notification Documentation
Important
Rich push notifications on iOS require proper Notification Service Extension configuration. Please refer to the iOS technical documentation to complete the setup correctly.
To receive push notifications on Android 12+ devices, you must configure the runtime push notification permission prompt in your application. Please refer to the Android technical documentation to complete the setup correctly.
π₯ Notification Center
Manage and display user notifications within a centralized in-app notification center experience.
β‘οΈ View Notification Center Documentation
π― Sample Integration
The demo application provides a practical implementation example to help you quickly integrate and test the NVECTA Flutter SDK.
π Changelog
Refer to the NVECTA Flutter SDK Change Log.
βQuestions
Need help? Contact the NVECTA support team directly from the NVECTA Dashboard for assistance with integration, configuration, or troubleshooting.