dyte_client3 0.8.7 dyte_client3: ^0.8.7 copied to clipboard
Integrate dyte video calls in your apps. This package exposes a widget that helps integrate native dyte meeting UI in a flutter app
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add dyte_client3
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
dyte_client3: ^0.8.7
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:dyte_client3/dyte.dart';
import 'package:dyte_client3/dyteMeeting.dart';
import 'package:dyte_client3/dyteParticipant.dart';
import 'package:dyte_client3/dyteSelfParticipant.dart';
import 'package:dyte_client3/mobile_flutter.dart';