Skip to main content

Android Alarm Manager Plus Overview

A Flutter plugin for accessing the Android AlarmManager service, and running Dart code in the background when alarms fire.

Get started

1. Add it to your project

pubspec.yaml
dependencies:
flutter:
sdk: flutter
android_alarm_manager_plus: "^0.0.1"

2. Download dependency

$ flutter pub get

3. Rebuild the app

$ flutter run

Next steps

Read the usage page to see examples of how to use the package.