zegoweb_prebuilt 0.0.1
zegoweb_prebuilt: ^0.0.1 copied to clipboard
Unofficial Flutter web plugin wrapping ZEGOCLOUD's @zegocloud/zego-uikit-prebuilt JavaScript UIKit via dart:js_interop. Drop-in pre-built call UI. Not affiliated with or endorsed by ZEGOCLOUD.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add zegoweb_prebuiltThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
zegoweb_prebuilt: ^0.0.1Alternatively, 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:zegoweb_prebuilt/zegoweb_prebuilt.dart';