2
2
3
3
The goal of this project is to build a feature complete settings app for the Ubuntu desktop with the Flutter UI toolkit.
4
4
5
- ![ ] ( .github/images/appearance_panel.png )
6
- ![ ] ( .github/images/multitasking_page.png )
7
- ![ ] ( .github/images/power_panel.png )
5
+ ![ ] ( .github/images/settings.png )
8
6
9
7
Mentionable packages that we use and want to thank are:
10
8
@@ -23,7 +21,7 @@ Mentionable packages that we use and want to thank are:
23
21
24
22
# Alpha Releases / Download
25
23
26
- Currently the app is in a very raw alpha state and many pages are still missing.
24
+ Currently the app is in a very raw alpha state and pages are still missing.
27
25
However if you want you can download, extract and then run alpha releases [ from the releases page] ( https://github.com/Feichtmeier/settings/releases ) .
28
26
29
27
# Building
@@ -65,7 +63,7 @@ sudo apt install libhandy-1-dev
65
63
66
64
- [X] use real yaru icons - thanks to @Jupi007
67
65
- [X] responsive layout
68
- - [X] [ MVVM software architecture ] ( https://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93viewmodel ) - thanks to @jpnurmi
66
+ - [X] [ MVVM software pattern ] ( https://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93viewmodel ) - thanks to @jpnurmi
69
67
- [X] search
70
68
- [X] WIFI page - WIP
71
69
- [ ] Ethernet page
@@ -85,7 +83,7 @@ sudo apt install libhandy-1-dev
85
83
- [X] Mouse and touchpad page
86
84
- [X] Keyboard shortcuts page - WIP
87
85
- [ ] Printers page - WIP
88
- - [X] Removeable Media page
86
+ - [X] Removable Media page
89
87
- [ ] Color page
90
88
- [ ] Region and language page
91
89
- [X] Accessability page
0 commit comments