File tree Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Original file line number Diff line number Diff line change
1
+ # In Development. Docs may be outdated. Expect Bugs.
1
2
# 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
4
8
- 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.
You can’t perform that action at this time.
0 commit comments