flutter_alarmkit library

Classes

Alarm
A snapshot of an alarm known to the system, as returned by FlutterAlarmkit.getAlarms() and carried by alarm-update events.
AlarmButtonConfig
Configuration for a single alarm button displayed in the Live Activity.
AlarmCountdownDuration
The countdown timing of a countdown alarm, mirroring AlarmKit's Alarm.CountdownDuration.
AlarmMetadata
Displayable metadata attached to an alarm and surfaced in its Live Activity.
AlarmSchedule
When an alarm is set to fire.
AlarmUIConfig
UI customization for an alarm's Live Activity presentation.
AlarmUpdateEvent
An event emitted by FlutterAlarmkit.alarmUpdates() whenever an alarm is added, updated, or removed.
FixedAlarmSchedule
A one-shot alarm that fires at a fixed wall-clock date.
FlutterAlarmkit
A plugin for scheduling alarms using AlarmKit on iOS.
RelativeAlarmSchedule
A recurring alarm that fires at hour:minute on the given weekdays.
UnknownAlarmSchedule
A schedule of a kind this version of the plugin does not recognize.

Enums

AlarmAuthorizationState
The app's authorization to schedule alarms, mirroring AlarmKit's AlarmManager.AuthorizationState.
AlarmState
The lifecycle state of an alarm, mirroring AlarmKit's Alarm.State.
AlarmUpdateKind
The kind of change carried by an AlarmUpdateEvent.
Weekday
The days of the week, used to configure recurrent alarms.