gdelataillade / alarm

A Flutter plugin to easily manage alarms on iOS and Android
https://pub.dev/packages/alarm
MIT License
132 stars 86 forks source link

Fix alarm id verification #148

Closed Rest00rer closed 9 months ago

Rest00rer commented 9 months ago

Fix Exception 'Alarm id cannot be set smaller than Int min value (-2147483648). Provided: ${alarmSettings.id}'

JosipDomazetDev commented 9 months ago

+1 This should resolve the following issue https://github.com/gdelataillade/alarm/issues/146