The Butterfly SDK for Flutter
The Butterfly SDK helps your app to take an active part in the fight against domestic violent.
Installation
🔌 & ▶️
Install via pub.dev
butterfly_sdk_flutter_plugin: ^0.9.4
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");