flutter_alarm_clock icon indicating copy to clipboard operation
flutter_alarm_clock copied to clipboard

Flutter app for clock and alarm

Results 10 flutter_alarm_clock issues
Sort by recently updated
recently updated
newest added

Its giving me error every time please do it as soon as possible

I have tried many times but the alarm is not working it all seems like a good looking UI and nothing much as far as the functionality is concerned

Hello afzal, I was watching your live coding of the flutter clock and noticed that the logic to update the minutes on the digital could be simplified. Great series by...

These are initial changes made to convert a normal clock to a transpose clock which runs a bit faster.

https://github.com/afzalali15/flutter_alarm_clock/blob/9049fd713edfad23f3f03146ef3e541fe80ecf25/lib/alarm_helper.dart#L4 It is just an observation, not a really issue, but maybe it's better if use a class constants and put every static string inside it. It's better in this...