From 6a689393dcb6eacbfb92c38fcdd65e6247340c93 Mon Sep 17 00:00:00 2001 From: jld3103 Date: Tue, 13 Jun 2023 18:25:10 +0200 Subject: [PATCH] Update Readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c467305129..1d9e59f2ca5 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,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.