ordersune_crm_flutter_sdk 0.0.5
ordersune_crm_flutter_sdk: ^0.0.5 copied to clipboard
A Flutter-ready CRM tool to manage notifications, in-app messages, email campaigns.
OrderSune CRM #
A powerful front-end SDK for integrating the OrderSune CRM solution into your Flutter applications. OrderSune CRM enables developers to deliver personalized customer experiences, track user interactions, and streamline communication across multiple channels with ease.
Features #
- User Tracking: Effortlessly monitor user events and behaviors for actionable insights.
- Personalized Notifications: Engage users with tailored messages via email, push notifications, and in-app messaging.
- Automated Campaigns: Simplify workflows with powerful automation tools for segmentation and engagement.
- Multi-channel Support: Seamlessly communicate with customers across platforms.
- Analytics: Access detailed metrics to evaluate campaign performance and user engagement.
Getting Started #
-
Install the Package Add this package to your
pubspec.yaml
file:dependencies: ordersune_crm_flutter_sdk: ^0.0.4
-
Initialize the SDK
import 'package:ordersune_crm_flutter_sdk/ordersune_crm_flutter_sdk.dart'; void main() { ordersuneCRM.initialize(apiKey: 'your-api-key'); runApp(MyApp()); }
-
Track Events
ordersuneCRM.trackEvent('event_name', {'key': 'value'});
License #
OrderSune CRM is distributed under the MIT License.