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',
);