em_chat_callkit 0.0.1
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 Flutter:
$ flutter pub add em_chat_callkit
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
em_chat_callkit: ^0.0.1
Alternatively, your editor might support 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';