butterfly_sdk_flutter_plugin 0.9.0
butterfly_sdk_flutter_plugin: ^0.9.0 copied to clipboard
A plugin for The Butterfly SDK (iOS + Android) that allows you use it in yout Flutter mobile app.
The Butterfly SDK for Flutter #
The Butterfly SDK help your app to take an active part in the fight against domestic violent.
Installation #
🔌 & ▶️ #
Install via pub.dev #
butterfly_sdk_flutter_plugin: ^0.9.0
Usage #
To recognize your app in TheButterflySDK servers you'll need an application key. You can set it via code, as demonstrated here.
Example in Dart
// Whenever you wish to open our screen, simply call:
ButterflySdk.openReporter(withKey: "your API key");