view360directchat 2.0.1
view360directchat: ^2.0.1 copied to clipboard
A Flutter package providing real-time socket connections, HTTP APIs, LiveKit audio/video calling, and push messaging for implementing the View360 chat feature.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add view360directchatThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
view360directchat: ^2.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:view360directchat/view360directchat.dart';