callbundle_ios 1.0.10 copy "callbundle_ios: ^1.0.10" to clipboard
callbundle_ios: ^1.0.10 copied to clipboard

iOS implementation of the CallBundle plugin using CallKit. Handles PushKit, audio session, and missed call notifications inside the plugin.

example/lib/main.dart

import 'package:flutter/material.dart';

void main() {
  runApp(const MyApp());
}

class MyApp extends StatelessWidget {
  const MyApp({super.key});

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: Scaffold(
        appBar: AppBar(
          title: const Text('CallBundle iOS Example'),
        ),
        body: const Center(
          child: Text('CallBundle iOS plugin loaded.'),
        ),
      ),
    );
  }
}
0
likes
0
points
317
downloads

Publisher

verified publisherikolvi.com

Weekly Downloads

iOS implementation of the CallBundle plugin using CallKit. Handles PushKit, audio session, and missed call notifications inside the plugin.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

callbundle_platform_interface, flutter

More

Packages that depend on callbundle_ios

Packages that implement callbundle_ios