view360directchat 1.0.2 copy "view360directchat: ^1.0.2" to clipboard
view360directchat: ^1.0.2 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 Dart:

 $ dart pub add view360directchat

With Flutter:

 $ flutter pub add view360directchat

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  view360directchat: ^1.0.2

Alternatively, your editor might support dart pub get or 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';
1
likes
0
points
225
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package providing real-time socket connections, HTTP APIs, LiveKit audio/video calling, and push messaging for implementing the View360 chat feature.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

firebase_messaging, flutter, http, http_parser, livekit_client, shared_preferences, socket_io_client

More

Packages that depend on view360directchat