diff --git a/README.md b/README.md index 6863c068..afdb7a27 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ Its usable, but still WIP, so you might encounter some bugs. Feel free to open a - [Installation](#installation) - [Platforms](#platforms) - [Development](#development) +- [Todo](#todo) ## Features - Modern and easy to use interface @@ -42,10 +43,31 @@ Its usable, but still WIP, so you might encounter some bugs. Feel free to open a ## Platforms Currently, the app is only available for android. I don't have an apple device to develop for iOS, but feel free -to contribute if you want iOS support. Most of the app should work fine on other platforms. The alarm and timer features -use android-only code so that will need to be ported. +to contribute if you want iOS support. The alarm and timer features +use android-only code, so that will need to be ported. Everything else should mostly work fine. ## Development This app is built using flutter. All you need is to follow [this](https://docs.flutter.dev/get-started/install) guide to install it, and you should be able to start developing it. + +## Todo +- Alarms + - Alarm reliability testing system + - Vibration patterns + - Alternative time picker interfaces + - Array alarms (alarm that will ring after set interval (10 minutes etc.) + - More tasks +- Color schemes + - More prebuilt themes + - Filter + - Tags + - Icon colors +- Theme + - Icon themes + - Font themes +- Timer + - Alternative duration picker interfaces +- Online? + - Sync? + - Community themes?