callbundle_android 1.0.14 copy "callbundle_android: ^1.0.14" to clipboard
callbundle_android: ^1.0.14 copied to clipboard

PlatformAndroid

Android implementation of the CallBundle federated Flutter plugin. Provides ConnectionService + TelecomManager + OEM-adaptive notifications.

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 Android Example'),
        ),
        body: const Center(
          child: Text('CallBundle Android plugin loaded.'),
        ),
      ),
    );
  }
}
0
likes
160
points
288
downloads

Publisher

verified publisherikolvi.com

Weekly Downloads

Android implementation of the CallBundle federated Flutter plugin. Provides ConnectionService + TelecomManager + OEM-adaptive notifications.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

callbundle_platform_interface, flutter

More

Packages that depend on callbundle_android

Packages that implement callbundle_android