alarm_widget 0.0.2 alarm_widget: ^0.0.2 copied to clipboard
This package offers a widget that represents an alarm, allowing you to select a specific time and days of the week.
A Flutter plugin for showing an alarm widget, allowing you to select a specific time and days of the week.
Features #
Add more than one Alarm Widget Get the selected days ids Get the selected time Change colors of elements
Usage #
AlarmWidget( lable:'Repeat', primaryColor:Colors.blue, initTime:'10:00', onSelectTime:(time){}, onSelectDays:(daysIds){}, );