flutter / flutter_clock

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

Is using the Clock Customizer mandatory? #63

Closed benthillerkus closed 4 years ago

benthillerkus commented 4 years ago

I don't really like the bars that it adds + it breaks SystemChrome.SetEnabledSystemUIOverlays([]) (for making the clock run fullscreen on my Android devices). Do we have to use it?

ptaranat commented 4 years ago

I felt the same way and included that bar hiding statement in my clock widget. I didn't have to modify any of the helper clock code.

jkurtw commented 4 years ago

No, you don't have to use it. Also see #35