From fb3b9b0a9a0913d1b046ac652db6b75249a24878 Mon Sep 17 00:00:00 2001 From: jld3103 Date: Tue, 13 Jun 2023 18:25:10 +0200 Subject: [PATCH] chore: Update Readme Signed-off-by: jld3103 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 07d2d84fa66..cf4736e611d 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,8 @@ See [docs](./docs). ## Platform support -Except for web, Neon should run on all supported Flutter platforms in the future. +Neon should run on all supported Flutter platforms in the future. Right now this is not the case, only Android and Linux are supported and tested, but this can easily be extended to other platforms. +Running Neon on web is being worked on, but very experimental. It is not clear yet what uses cases it will have, but it could be used as an alternative web interface or to develop Nextcloud apps for web for example. The features and problems of all platforms should be considered when implementing new features.