Skip to content

Commit 962cc6f

Browse files
committed
2 parents 9037aab + abc139a commit 962cc6f

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

README.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
1+
# In Development. Docs may be outdated. Expect Bugs.
12
# FlutterChat_app
2-
Flutter project for flutterchat
3-
# Security
3+
This is FlutterChat, a small and secured chatting Service.
4+
## Backend
5+
### In Development. Backend is not secured yet.
6+
You can find the Backend (written in PHP) on my profile. devilAPI/flutterchat_Backend
7+
## Security
48
- Backend doesent know the encryption Key, only a SHA-256 Hash
9+
## Features
10+
- Markdown Support
11+
- Audio Messages (No recording yet)
12+
- Image/GIF Messages (No uploading yet)
13+
- Accounts
14+
- Easily Configurable (config.dart)
15+
16+
## FAQ
17+
## How do I send an Image/Audio File?
18+
You can send Images and Audio Files, by pasting the link from the file (HTTP or HTTPS), similar to Discord. The File will appear after sending.
19+
20+
Unfortunately, it is not yet possible to upload a file to the backend server yet.

0 commit comments

Comments
 (0)