@@ -6,24 +6,9 @@ The goal of this project is to build a feature complete settings app for the Ubu
6
6
| - | - |
7
7
| ![ ] ( .github/images/light.png ) | ![ ] ( .github/images/dark.png ) |
8
8
9
- Mentionable packages that we use and want to thank are:
9
+ # Releases
10
10
11
- - [ gsettings.dart] ( https://github.com/canonical/gsettings.dart )
12
- - [ bluez.dart] ( https://github.com/canonical/bluez.dart )
13
- - [ nm.dart] ( https://github.com/canonical/nm.dart )
14
- - [ yaru.dart] ( https://github.com/ubuntu/yaru.dart )
15
- - [ yaru_icons.dart] ( https://github.com/ubuntu/yaru_icons.dart )
16
- - [ yaru_widgets.dart] ( https://github.com/ubuntu/yaru_widgets.dart )
17
- - [ dbus.dart] ( https://github.com/canonical/dbus.dart )
18
- - [ upower.dart] ( https://github.com/canonical/upower.dart )
19
- - [ udisks.dart] ( https://github.com/canonical/udisks.dart )
20
- - [ flex_color_picker] ( https://github.com/rydmike/flex_color_picker )
21
-
22
-
23
- # Alpha Releases / Download
24
-
25
- Currently the app is in a very raw alpha state and pages are still missing.
26
- However if you want you can download, extract and then run alpha releases [ from the releases page] ( https://github.com/Feichtmeier/settings/releases ) .
11
+ The app will be soon available as a snap.
27
12
28
13
# Building
29
14
@@ -35,6 +20,13 @@ The following steps are needed to run the app from the source code.
35
20
sudo apt -y install git curl cmake meson make clang libgtk-3-dev pkg-config && mkdir -p ~ /development && cd ~ /development && git clone https://github.com/flutter/flutter.git -b stable && echo ' export PATH="$PATH:$HOME/development/flutter/bin"' >> ~ /.bashrc && source ~ /.bashrc
36
21
```
37
22
23
+ ## Run
24
+
25
+ Run the app with vscode or with
26
+ ``` dart
27
+ flutter run
28
+ ```
29
+
38
30
# TODO
39
31
40
32
- [X] use real yaru icons - thanks to @Jupi007
0 commit comments