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

Realtime chat package with socket.io. You can easily integrate this package to your flutter app. This package is using socket.io for realtime communication. You can use this package for your chat app [...]

ABER CHAT #

AberChat is a chat application that allows users to communicate with each other in real time. This application is use socket.io to communicate between the server and the client. The server is written in Node.js and the client is written in React.js. The server is deployed on Heroku and the client is deployed on Netlify.

Installation #

flutter pub add aber_chat

Usage #

RoomPage(
        aberchatConfig: AberchatConfig(
          appId: 'your-app-id',
          apiKey: 'your-api-key',
          roomId: 'your-room-id',
        ),
        onReceivedEvent: (event) {
          print(event);
        },
      )

Features and bugs #

we will still working to watch that

License #

MIT

Author #

Abersoft Technologies

0
likes
100
pub points
0%
popularity

Publisher

unverified uploader

Realtime chat package with socket.io. You can easily integrate this package to your flutter app. This package is using socket.io for realtime communication. You can use this package for your chat app or any other realtime communication app.

Homepage

Documentation

API reference

License

MIT (LICENSE)

Dependencies

cached_network_image, flutter, provider, socket_io_client, uuid

More

Packages that depend on aberchat