view360_chat 1.0.29 copy "view360_chat: ^1.0.29" to clipboard
view360_chat: ^1.0.29 copied to clipboard

A Dart package for chat socket connection and messaging API for implimenting view360 chat feature.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add view360_chat

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

dependencies:
  view360_chat: ^1.0.29

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:view360_chat/view360_chat.dart';
1
likes
130
points
480
downloads

Publisher

unverified uploader

Weekly Downloads

A Dart package for chat socket connection and messaging API for implimenting view360 chat feature.

Documentation

API reference

License

MIT (license)

Dependencies

firebase_messaging, flutter, http, http_parser, shared_preferences, socket_io_client

More

Packages that depend on view360_chat