From f2db69331bd11645e5049ca959e3c02ac1068479 Mon Sep 17 00:00:00 2001 From: Nutcake Date: Mon, 8 May 2023 23:15:41 +0200 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index a82107d..4940fbe 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,20 @@ Messenger App for Neos VR contacts. [Get it here](https://github.com/Nutcake/contacts-plus-plus/releases/latest) +## What works + +- Real-time text chat with friends +- Listening to voice-messages and viewing session invites, images and previews of other assets +- Searching for users +- Adding and removing friends + +## What's planned + +- Sending voice-messages, images and potentially arbitrary files +- Background notifications +- Global session-list and search +- Viewing personal inventory + ## Building This is a standard Flutter application, refer to the [Flutter docs](https://docs.flutter.dev/get-started/install) on how to build it.