diff options
| author | Akshay Nair <phenax5@gmail.com> | 2020-06-04 16:09:28 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2020-06-04 16:09:28 +0530 |
| commit | 1381bc6537e7cb8f7eb9c18a2a4df10b9d1eec47 (patch) | |
| tree | d4c571ad53a04ff3eca7b287cbd21f62991e6406 /README.md | |
| parent | d2789f3ca1a143a5b779304cec103c0c1f851e70 (diff) | |
| download | daft-launcher-1381bc6537e7cb8f7eb9c18a2a4df10b9d1eec47.tar.gz daft-launcher-1381bc6537e7cb8f7eb9c18a2a4df10b9d1eec47.zip | |
Removes theme button
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 18 |
1 files changed, 15 insertions, 3 deletions
@@ -1,7 +1,19 @@ # owyn Only What You Need (owyn) is a minimal launcher for android written in dart -## Motivation -There are a very few number of minimal launchers and even fewer are free and open source. -This is my attempt at filling the gap +## 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/` |
