butterfly_sdk_flutter_plugin 2.1.3 copy "butterfly_sdk_flutter_plugin: ^2.1.3" to clipboard
butterfly_sdk_flutter_plugin: ^2.1.3 copied to clipboard

A plugin for The Butterfly Mobile SDK (iOS + Android) that allows you use it in your Flutter mobile app.

The Butterfly SDK for Flutter #

License: Apache Platform-Flutter Platform-iOS Platform-Android Platform-React-Native

The Butterfly SDK helps your app to take an active part in the fight against domestic violence.

Installation #

🔌 & ▶️ #

Install via pub.dev #

pub-dev-logo

  butterfly_sdk_flutter_plugin: ^2.1.3

Usage #

To recognize your app in TheButterflySDK servers you'll need an API key. You can set it via code, as demonstrated here.

Examples #

Open the Butterfly screen

import 'package:butterfly_sdk_flutter_plugin/butterfly_sdk_flutter_plugin.dart';

// Whenever you wish to open our screen, simply call:
ButterflySdk.instance.open(withKey: "your API key");
import 'package:butterfly_sdk_flutter_plugin/butterfly_sdk_flutter_plugin.dart';

// Whenever your app handle deep link, forward it to the Butterfly Button plugin
ButterflySdk.instance.handleDeepLinkString(linkString: deepLinkUrlString, apiKey: "your API key");
// OR:
ButterflySdk.instance.handleDeepLinkUri(uri: deepLinkUri, apiKey: "your API key");

Integration test #

How? #

You can easily verify your API key 🔑 by simply opening a chat with Betty 💬.

Enjoy and good luck ❤️ #

1
likes
160
points
398
downloads

Publisher

unverified uploader

Weekly Downloads

A plugin for The Butterfly Mobile SDK (iOS + Android) that allows you use it in your Flutter mobile app.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter

More

Packages that depend on butterfly_sdk_flutter_plugin

Packages that implement butterfly_sdk_flutter_plugin