blueshift_plugin 1.1.0 copy "blueshift_plugin: ^1.1.0" to clipboard
blueshift_plugin: ^1.1.0 copied to clipboard

Fltter plugin for integrating Blueshift's native Android/iOS SDK to your Flutter app.

Blueshift Flutter Plugin #

Flutter plugin for integrating Blueshift's iOS and Android SDKs to your Flutter application.

Integration #

Refer to the Flutter Plugin Integration guide to integrate the Blueshift SDK for Android and iOS.

Usage #

Import the Blueshift plugin to your Dart code.

import 'package:blueshift_plugin/blueshift_plugin.dart';

Once imported, you can call the Blueshift plugin's methods as mentioned below.

/// Make a call to Blueshift functions
Blueshift.setUserInfoEmailId("test@blueshift.com");
Blueshift.identifyWithDetails(
  {"user_type": "premium", "country": "US", "timezone": "PST"},
);

Refer to the Blueshift class to know more about features and methods supported by the plugin and how to use them.

License #

MIT

2
likes
0
pub points
39%
popularity

Publisher

verified publisherblueshift.com

Fltter plugin for integrating Blueshift's native Android/iOS SDK to your Flutter app.

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on blueshift_plugin