flutter_callkit_voximplant 1.2.0+5 copy "flutter_callkit_voximplant: ^1.2.0+5" to clipboard
flutter_callkit_voximplant: ^1.2.0+5 copied to clipboard

outdated

Flutter SDK for CallKit integration to Flutter applications on iOS

example/lib/main.dart

///  Copyright (c) 2011-2020, Zingaya, Inc. All rights reserved.

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

void main() {
  WidgetsFlutterBinding.ensureInitialized();
  SystemChrome.setSystemUIOverlayStyle(
    SystemUiOverlayStyle(statusBarBrightness: Brightness.dark),
  );
  runApp(
    CupertinoApp(
      title: 'FlutterCallKit',
      home: MainScreen(),
    ),
  );
}
26
likes
30
points
285
downloads

Publisher

verified publishervoximplant.com

Weekly Downloads

Flutter SDK for CallKit integration to Flutter applications on iOS

Repository (GitHub)

License

unknown (license)

Dependencies

flutter

More

Packages that depend on flutter_callkit_voximplant