flutter / flutter_clock

BSD 3-Clause "New" or "Revised" License
543 stars 328 forks source link

clock type #30

Closed Abdullahi-1998 closed 4 years ago

Abdullahi-1998 commented 4 years ago

should the clock i build be analog or digital or it doesn't matter which one i build

josephchenghmlet commented 4 years ago

It can also be in binary clock!

jkurtw commented 4 years ago

From the FAQ at https://flutter.dev/clock

Does the clock have to show the time? The viewer should be able to tell the time. Whether that be with digits, clock hands, a sundial shadow, or colors flashing in Morse code, there should be some way for a user to reliably determine the time. (It’s OK if telling the time requires some thinking.)

So, you can do whatever you want as long as there is some way to derive time :-)