callerapi 1.6.1
callerapi: ^1.6.1 copied to clipboard
CallerAPI Flutter plugin - privacy-preserving spam detection and caller labels (k-anonymity) for Android and iOS, plus automatic call screening on Android.
callerapi (Flutter) #
Integrate into your existing app.
| Platform | Guide |
|---|---|
| iOS | IOS-INTEGRATION.md |
| Android | ANDROID-INTEGRATION.md |
mkdir -p vendor && cp -R /path/to/unzipped-sdk/flutter vendor/callerapi
dependencies:
callerapi:
path: ./vendor/callerapi
export CALLERAPI_LCID_CLIENT_KEY="your-dashboard-key"
bash vendor/callerapi/ios/setup_callerapi_ios.sh # iOS — run from app root
bash vendor/callerapi/android/setup_callerapi_android.sh # Android