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.

43 lines
657 B

2 years ago
@startuml architecture
package "Neon framework" {
2 years ago
component neon
component nextcloud
component sort_box
component file_icons
}
package "Clients" {
2 years ago
component neon_files
component neon_news
component neon_notes
component neon_notifications
}
package "OpenAPI" {
component dynamite
component specifications
2 years ago
}
component app
app ..> neon_files
app ..> neon_news
app ..> neon_notes
app ..> neon_notifications
neon_files --> neon
neon_news --> neon
neon_notes --> neon
neon_notifications --> neon
neon --> nextcloud
neon --> sort_box
neon --> file_icons
dynamite --> nextcloud
specifications --> nextcloud
2 years ago
@enduml