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

A package that can be imported with some API keys and be a fully functioning chatroom with multiple endpoints.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add chat_room

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

dependencies:
  chat_room: ^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:chat_room/chat_room.dart';
0
likes
100
points
88
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A package that can be imported with some API keys and be a fully functioning chatroom with multiple endpoints.

License

unknown (license)

Dependencies

flutter, flutter_dotenv, flutter_lints, flutter_riverpod, http, nichol_ui_lib_input_handler, nichol_ui_lib_list_handler, nichol_ui_lib_modals_and_button_triggers, shared_preferences

More

Packages that depend on chat_room