callwave_flutter 0.2.0
callwave_flutter: ^0.2.0 copied to clipboard
Flutter plugin for WhatsApp-style VoIP calls and video conferences like Google Meet and Teams. Incoming/outgoing call notifications, accept/decline/timeout handling, CallKit/Android full-screen intent [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add callwave_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
callwave_flutter: ^0.2.0Alternatively, 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:callwave_flutter/callwave_flutter.dart';