https://github.com/codeslash21/flutter_chat_app
https://github.com/codeslash21/flutter_chat_app
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/codeslash21/flutter_chat_app
- Owner: codeslash21
- License: mit
- Created: 2020-04-09T18:27:31.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-10T19:46:30.000Z (about 6 years ago)
- Last Synced: 2025-02-15T15:51:25.407Z (over 1 year ago)
- Language: Dart
- Size: 215 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flutter Chat App
This is a real multiuser chatting app built with flutter. Many user can chat using this app and messages will be sync sequentially. Single chat room is implemented in this application.
Firebase is used for authentication and authorization. Firebase Realtime Database is used for data storing.
### Getting Started:
**To start with this project follow these instructions -**
- **Option 1**
- First you have download and install `Android Studio`.
- Open android studio and on starting window you will see `Check Out Project From Version Control` option. Under this select `Git` option and paste the folowing url in the url section.
```
https://github.com/codeslash21/flutter_chat_app.git
```
- **Option 2**
- Simply download the project and then unzip the folder.
- Open android studio and navigate to the project folder on your PC.
### License:
This project is under _MIT License_ see more [LICENSE](https://github.com/codeslash21/flutter_chat_app/blob/master/LICENSE)