flutter-websocket-lan-chat
flutter-websocket-lan-chat copied to clipboard
💬 A Flutter LAN-chat app for both Android & IOS that makes use of a Websocket ~ Flutter.dev project in Dart
Flutter WebSocket LAN Chat
💬 Chat on your Local Area Network with this Flutter application.
Structure
This repository contains 2 main projects:
- A NodeJS project that is located under the
websocketfolder. - Flutter project that is in fact all these folders except for the
websocketfolder.
Getting Started
It is really easy to get started:
- Run the WebSocket -> Guide
- Build the flutter project ->
flutter build apk --releaseandflutter install
Why
This project is mainly created to show of the power of a WebSocket. I also made a Flutter application to show some best practices, like using the provider, web_socket_channel and uuid packages.
And ofcourse LAN chatting is very useful if there is a Zombie 🧟. I've actually no idea why I've said that.