dyte_plugin 2.0.0
dyte_plugin: ^2.0.0 copied to clipboard
A custom Dyte video calling plugin for FlutterFlow using dyte_uikit and file_picker.
dyte_plugin #
A custom Dyte video calling plugin for FlutterFlow using dyte_uikit and file_picker safely.
Features #
- Embedded DyteMeeting widget
- Avoids file_picker conflicts with FlutterFlow
Usage #
import 'package:dyte_plugin/dyte_plugin.dart';
DyteMeetingWrapper(
authToken: 'your_auth_token',
meetingId: 'your_meeting_id',
);