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

Native incoming, outgoing & missed call UI for Flutter. Full-screen Activity on Android, CallKit on iOS. SDK-agnostic.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add incoming_call_kit

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  incoming_call_kit: ^0.0.1

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:incoming_call_kit/incoming_call_kit.dart';
1
likes
140
points
26
downloads
screenshot

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Native incoming, outgoing & missed call UI for Flutter. Full-screen Activity on Android, CallKit on iOS. SDK-agnostic.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on incoming_call_kit

Packages that implement incoming_call_kit