blob: 227c752c07c946013b3b59950d0c1a469d2020c1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# owyn
Only What You Need (owyn) is a minimal launcher for android written in dart
## What do I need?
* A clock showing me the time
* A searchable list of apps
* Easy access to my favorite apps
* Ability to uninstall apps
## Install
Grab an apk from the releases and install it.
## Build it yourself
```
flutter build apk --split-per-abi
```
The apks will be at `build/app/outputs/apk/release/`
|