Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/AhsanSarwar45/clock
Browse files Browse the repository at this point in the history
  • Loading branch information
AhsanSarwar45 committed Dec 13, 2023
2 parents e8b3e15 + e675b82 commit 9ee58d3
Showing 1 changed file with 24 additions and 2 deletions.
26 changes: 24 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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?

0 comments on commit 9ee58d3

Please sign in to comment.