nchat 0.0.1 copy "nchat: ^0.0.1" to clipboard
nchat: ^0.0.1 copied to clipboard

A pure Dart/Flutter chat SDK for NBase platform with real-time messaging, GraphQL API, Socket.IO support, and multi-region capabilities.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add nchat

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

dependencies:
  nchat: ^0.0.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:nchat/nchat.dart';
0
likes
120
points
12
downloads

Publisher

verified publishernbase.io

Weekly Downloads

A pure Dart/Flutter chat SDK for NBase platform with real-time messaging, GraphQL API, Socket.IO support, and multi-region capabilities.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

dio, equatable, firebase_core, firebase_messaging, flutter, flutter_local_notifications, freezed_annotation, gql, graphql_flutter, http, http_parser, json_annotation, meta, rxdart, socket_io_client

More

Packages that depend on nchat