callify_kit 0.0.1 copy "callify_kit: ^0.0.1" to clipboard
callify_kit: ^0.0.1 copied to clipboard

Callify Kit for Android and iOS

Getting Started #

Call OTP Verification Package. Simple and easiest way to verify your users through miss call api. You are required to put apiKey,campaingId and userNumber in order to use this package.

Features #

Miss Call OTP Verification.

Getting started #

First, add callify_kit as a dependency in your pubspec.yaml file.

dependencies:
  callify_kit: ^0.0.1

Don't forget to flutter pub get.

Then add permission in AndroidManifest.xml

    <uses-permission android:name="android.permission.READ_CALL_LOG" />

Usage #

Just Call The missCallVerification Method and pass parameters

  • ApiKey
  • CampaingID
  • Phone Number
await CallifyService().missCallVerification(apiKey, campaingID, phoneNumber,
callReceivedCallBack: (response){
// return true if user get the call

});
3
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Callify Kit for Android and iOS

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

call_log, flutter, http, permission_handler, phone_state

More

Packages that depend on callify_kit