st_crm 0.0.3 copy "st_crm: ^0.0.3" to clipboard
st_crm: ^0.0.3 copied to clipboard

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

ST CRM #

A powerful front-end SDK for integrating the ST CRM solution into your Flutter applications. ST 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:
        st_crm: ^0.0.3
    
  2. Initialize the SDK

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

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

License #

ST CRM is distributed under the MIT License.

0
likes
0
points
77
downloads

Publisher

unverified uploader

Weekly Downloads

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

Homepage

License

unknown (license)

Dependencies

flutter, http, shared_preferences, uuid

More

Packages that depend on st_crm