em_chat_callkit 0.0.1 copy "em_chat_callkit: ^0.0.1" to clipboard
em_chat_callkit: ^0.0.1 copied to clipboard

“A set of components adapted to the chat and rtc SDK that enables quick building of video or audio calls.”

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add em_chat_callkit

With Flutter:

 $ flutter pub add em_chat_callkit

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  em_chat_callkit: ^0.0.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:em_chat_callkit/chat_callkit.dart';
import 'package:em_chat_callkit/chat_callkit_define.dart';
import 'package:em_chat_callkit/chat_callkit_error.dart';
import 'package:em_chat_callkit/chat_callkit_manager.dart';
import 'package:em_chat_callkit/chat_callkit_observer.dart';
import 'package:em_chat_callkit/inherited/chat_callkit_call.dart';
import 'package:em_chat_callkit/inherited/chat_callkit_call_model.dart';
import 'package:em_chat_callkit/inherited/chat_callkit_chat_manager.dart';
import 'package:em_chat_callkit/inherited/chat_callkit_manager_impl.dart';
import 'package:em_chat_callkit/inherited/chat_callkit_rtc_manager.dart';
import 'package:em_chat_callkit/inherited/models/chat_callkit_user_mapper.dart';
import 'package:em_chat_callkit/inherited/tools/call_define.dart';
import 'package:em_chat_callkit/inherited/tools/chat_callkit_tools.dart';
import 'package:em_chat_callkit/inherited/widgets/chat_callkit.dart';
0
likes
0
points
51
downloads

Publisher

unverified uploader

Weekly Downloads

“A set of components adapted to the chat and rtc SDK that enables quick building of video or audio calls.”

Homepage

License

unknown (license)

Dependencies

agora_rtc_engine, flutter, im_flutter_sdk

More

Packages that depend on em_chat_callkit

Packages that implement em_chat_callkit