Last updated:
0 purchases
ez alarm
Features #
Make it simple
Getting started #
This is a simple way to make alarm in flutter
Usage #
Example :
Make alarm at 9:30 PM with message and skip true
import 'package:ez_alarm/ez_alarm.dart';
Ez_Alarm().set_Alarm('Message', 21, 30, true);
copied to clipboard
'Message' : message in your alarm
21 : hour
30 : minutes
true : for skip alarm (true, false)
Additional information #
Support me at :
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.