Flutter app for chatting (based on socket.io and Node.js)
Read Time:36 Second

Flutter app for chatting (based on socket.io and Node.js)

0 0

Quick Chat – Flutter

Flutter app for chatting (based on socket.io and Node.js)

Flutter application that implements socket.io in Node.js
Works in – Android, iOS and Web

This repo only contains Flutter (frontend) part of the project. The Backend of this project an be found in
Backend

Preview

Clone project

git clone https://github.com/nikkon404/quick-chat-flutter.git

goto lib/utils/constants.dart and update server url

Run this project

Go to project root and execute the following command in console to get the required dependencies:

flutter pub get 
flutter run

Build for web

Build this project for web by executing

flutter build web

Then goto build folder and copy web directory into the root folder of your Node.js Backend project

online Flutter documentation

GitHub

View Github

Happy
Happy
0 %
Sad
Sad
0 %
Excited
Excited
0 %
Sleepy
Sleepy
0 %
Angry
Angry
0 %
Surprise
Surprise
0 %

Average Rating

5 Star
0%
4 Star
0%
3 Star
0%
2 Star
0%
1 Star
0%

Deja una respuesta

Entrada anterior A Complete Mobile Banking Template(Dark+Light Theme) built with with Flutter
Entrada siguiente A flutter application that displays a list of products from the Elevenia API