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){}, );