flutter_callkit_voximplant 1.1.2 copy "flutter_callkit_voximplant: ^1.1.2" to clipboard
flutter_callkit_voximplant: ^1.1.2 copied to clipboard

outdated

Flutter SDK for CallKit integration to Flutter applications on iOS

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:flutter_callkit_example/screens/main_screen.dart';

void main() {
  WidgetsFlutterBinding.ensureInitialized();
  runApp(
    MaterialApp(
      title: 'FlutterCallKit',
      home: MainScreen(),
    ),
  );
}
26
likes
0
pub points
81%
popularity

Publisher

verified publishervoximplant.com

Flutter SDK for CallKit integration to Flutter applications on iOS

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, uuid

More

Packages that depend on flutter_callkit_voximplant