An open API service indexing awesome lists of open source software.

https://github.com/hrishiksh/flutterclock


https://github.com/hrishiksh/flutterclock

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# Flutter clock challange

[![CC BY 4.0][cc-by-shield]][cc-by]

This work is licensed under a [Creative Commons Attribution 4.0 International
License][cc-by].

[cc-by]: http://creativecommons.org/licenses/by/4.0/
[cc-by-shield]: https://img.shields.io/badge/License-CC%20BY%204.0-lightgrey.svg

This clock is made for the submission in Flutter clock challange.

## To run this clock follow the steps given below

1. Clone this git repo
2. go to the ./analog_clock folder
3. run flutter run in your terminal

That's it.

The UI of the clock is given below

This is light mode

![light mode](./analog_clock/assets/Frame1.png)

This is dark mode

![light mode](./analog_clock/assets/Frame2.png)

Don't edit the Flutter_clock_helper file.