connectycube_flutter_call_kit 2.8.2  connectycube_flutter_call_kit: ^2.8.2 copied to clipboard
connectycube_flutter_call_kit: ^2.8.2 copied to clipboard
A Flutter plugin for displaying call screen when app in background or terminated.
Use this package as a library
Depend on it
Run this command:
With Flutter:
 $ flutter pub add connectycube_flutter_call_kitThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
  connectycube_flutter_call_kit: ^2.8.2Alternatively, 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:connectycube_flutter_call_kit/connectycube_flutter_call_kit.dart';