callwave_flutter_method_channel 0.1.1 copy "callwave_flutter_method_channel: ^0.1.1" to clipboard
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_channel

This 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.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:callwave_flutter_method_channel/callwave_flutter_method_channel.dart';
0
likes
140
points
--
downloads

Publisher

verified publishereffdel.com

Weekly Downloads

MethodChannel implementation for callwave_flutter. Provides native Android (Kotlin) and iOS (Swift) integration for VoIP call notifications and CallKit/full-screen intent support.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

callwave_flutter_platform_interface, flutter

More

Packages that depend on callwave_flutter_method_channel

Packages that implement callwave_flutter_method_channel