cdharris / flutter_duration_picker

A Flutter Widget for allowing a user to pick a duration (e.g. 5mins, 1h 30mins, etc)
MIT License
78 stars 49 forks source link

Clock background work for both LIGHT and DARK theme now #11

Closed Aman-Malhotra closed 5 years ago

Aman-Malhotra commented 5 years ago

See the issue [https://github.com/cdharris/issues/10]

The clock always paints the background circle as white even if the brightness of the app is set to dark. This commit solves the issue,