volc_engine_rtc_web 0.1.1
volc_engine_rtc_web: ^0.1.1 copied to clipboard
A Flutter plugin for Volc Engine RTC with AIGC, enabling interactive real-time voice conversations with AI assistants in Flutter web apps.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add volc_engine_rtc_web
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
volc_engine_rtc_web: ^0.1.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:volc_engine_rtc_web/volc_engine_rtc_web.dart';