callify_kit 0.0.6 callify_kit: ^0.0.6 copied to clipboard
Callify Kit for Android and iOS with verification method of Callify OTP, Miss Call, Voice OTP, SMS and WhatsApp OTP
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add callify_kit
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
callify_kit: ^0.0.6
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:callify_kit/callify_kit.dart';