A framework for building convergent cross-platform Nextcloud clients using Flutter.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
2.9 KiB

# nextcloud-neon
2 years ago
A beautiful convergent cross-platform client for Nextcloud written in Flutter.
See [here](packages/neon/README.md) for screenshots and other material regarding the app.
2 years ago
This repository not only contains the Neon app, but also a Nextcloud client written in Dart.
2 years ago
The client will replace https://github.com/jld3103/dart-nextcloud which is an older unmaintained client I wrote some time ago.
The development of this app and client just started, there will be a lot of changes and new features coming soon.
Additional documentation is very much appreciated. If you find something that you think should be documented, please open an issue or pull request.
## Features
There are a lot of planned features that still need help. Go [here](https://github.com/jld3103/nextcloud-neon/issues?q=is%3Aopen+is%3Aissue+label%3Afeature) and grab an issue to work on.
2 years ago
Even if a new feature is not listed yet, please open an issue.
- :heavy_check_mark: Fully supported
- :white_check_mark: Fully supported, but new features planned
- :warning: Partially supported
- :rocket: Planned
| App | Status |
|----------|----------------------------------------------------------------------------------------------------------------------------------------------------------|
| Files | :white_check_mark: [See here](https://github.com/jld3103/nextcloud-neon/issues?q=is%3Aopen+is%3Aissue+label%3A%22neon%3A+files%22+label%3Afeature) |
2 years ago
| Notes | :heavy_check_mark: |
| News | :white_check_mark: [See here](https://github.com/jld3103/nextcloud-neon/issues?q=is%3Aopen+is%3Aissue+label%3Afeature+label%3A%22neon%3A+news%22) |
2 years ago
| Contacts | :rocket: |
| Calendar | :rocket: |
| Tasks | :rocket: |
| Cookbook | :rocket: |
## Platform support
Except for web, Neon should run on all supported Flutter platforms in the future.
2 years ago
Right now this is not the case, only Android and Linux are supported and tested, but this can easily be extended to other platforms.
The features and problems of all platforms should be considered when implementing new features.