flutter / flutter_clock

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

Which time format is required ? #55

Closed justkawal closed 4 years ago

justkawal commented 4 years ago

We have to build the clock for both 24 hour and 12 hour format ?

Or only for anyone format ??

JonathanMonga commented 4 years ago

That's your own decision... Because the flutter_clock_helpers provide this feature.

justkawal commented 4 years ago

Which means that I can choose If I desire to build it for 24 or 12 hour format ?

Telling time in both format is not necessary for the Contest ??

orgil1230 commented 4 years ago

Which means that I can choose If I desire to build it for 24 or 12 hour format ?

Telling time in both format is not necessary for the Contest ??

Did you try sample clocks ? flutter_clock_helpers provide this feature. Pls try the sample clocks first.

jkurtw commented 4 years ago

Any format is fine. If you want to provide both, then flutter_clock_helper has a mechanism to do this.