ordersune_crm_flutter_sdk 0.0.5 copy "ordersune_crm_flutter_sdk: ^0.0.5" to clipboard
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 #

  1. Install the Package Add this package to your pubspec.yaml file:

    dependencies:
      ordersune_crm_flutter_sdk: ^0.0.4
    
  2. Initialize the SDK

    import 'package:ordersune_crm_flutter_sdk/ordersune_crm_flutter_sdk.dart';
    
    void main() {
    ordersuneCRM.initialize(apiKey: 'your-api-key');
    runApp(MyApp());
    }
    
    
  3. Track Events

    ordersuneCRM.trackEvent('event_name', {'key': 'value'});
    

License #

OrderSune CRM is distributed under the MIT License.

0
likes
140
points
151
downloads

Publisher

verified publishersuntechsolutions.com

Weekly Downloads

A Flutter-ready CRM tool to manage notifications, in-app messages, email campaigns.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

device_info_plus, flutter, flutter_timezone, http, package_info_plus, shared_preferences, url_launcher, uuid

More

Packages that depend on ordersune_crm_flutter_sdk