callwave_flutter_method_channel 0.1.1
callwave_flutter_method_channel: ^0.1.1 copied to clipboard
MethodChannel implementation for callwave_flutter. Provides native Android (Kotlin) and iOS (Swift) integration for VoIP call notifications and CallKit/full-screen intent support.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add callwave_flutter_method_channelThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
callwave_flutter_method_channel: ^0.1.1Alternatively, 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_method_channel/callwave_flutter_method_channel.dart';