blob: 15134c0b0ca9becc5c139672df811f3e5409be1a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# Owyn launcher
Owyn (_Only What You Need_) launcher is a minimal launcher for android
## What I need from my launcher..
* A clean interface
* A clock
* A searchable list of apps
* Easy access to my favorite apps
* Ability to uninstall apps
## Screens

## Install
Not available on play store and never will be.
Grab an apk from the [releases section](https://github.com/phenax/owyn-launcher/releases) and install it.
## Build it yourself
Make sure you have flutter installed on your system.
```
flutter build apk --split-per-abi
```
This will build apks in `build/app/outputs/apk/release/`.
|