callify_kit 0.0.6 copy "callify_kit: ^0.0.6" to clipboard
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

example/lib/main.dart

import 'dart:async';

import 'package:call_log/call_log.dart';
import 'package:callify_kit/callify_kit.dart';
import 'package:example/SuccessScreen.dart';
import 'package:example/otp_selection.dart';
import 'package:flutter/material.dart';
import 'package:flutter_spinkit/flutter_spinkit.dart';
import 'package:get/get.dart';

void main() {
  runApp( GetMaterialApp(
    theme: ThemeData(
        appBarTheme: const AppBarTheme(
            iconTheme: IconThemeData(
                color: Colors.black
            )
        )
    ),
    debugShowCheckedModeBanner: false,
    home: const OtpSelection(),

  ));
}
4
likes
120
points
35
downloads

Publisher

unverified uploader

Weekly Downloads

Callify Kit for Android and iOS with verification method of Callify OTP, Miss Call, Voice OTP, SMS and WhatsApp OTP

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

call_log, flutter, http, permission_handler, phone_state

More

Packages that depend on callify_kit