0 purchases
alarm widget
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){},
);
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.