PackageTrack
Sign in Get early access

alarm_plus

Cross-platform alarm plugin with reliability-first Android exact alarms and iOS notification-based best-effort alarms.

0.1.3 pratikPSB/alarm_plus

What this package is like to depend on

Last release 3 months ago

20 May 2026

Too new to tell

only 1 release windows

Nearly every release is documented

notes for 3 of 3 stable releases

Nothing withdrawn

no release was ever pulled

3 months old

3 releases · first in 2026

3 releases in the last 12 months

see the full history below

Release timeline

3 releases · May 2026 to May 2026
Release Pre-release

Releases

latest 3
  1. 0.1.3 20 May 2026
    Release notes
    • Added Vibration and Volume customization:
      • New VibrationSettings model with presets: strong, medium, light, heartbeat, and support for custom vibration patterns.
      • New VolumeSettings model with support for:
        • Direct volume level (0.0 to 1.0).
        • Linear volume fading over a specific duration.
        • Custom volume fade steps using VolumeFadeStep.
        • volumeEnforced to prevent users from lowering volume during an alarm.
      • Android: Implemented volume control, fading, and vibration using MediaPlayer and Vibrator.
      • iOS: Implemented volume control, fading, and vibration using AVAudioPlayer and AudioServices.
    • Updated example app with UI controls for vibration and volume settings.
    • Updated README with vibration and volume usage examples.
    Open source →
    Release notes
    • Added Vibration and Volume customization:
      • New VibrationSettings model with presets: strong, medium, light, heartbeat, and support for custom vibration patterns.
      • New VolumeSettings model with support for:
        • Direct volume level (0.0 to 1.0).
        • Linear volume fading over a specific duration.
        • Custom volume fade steps using VolumeFadeStep.
        • volumeEnforced to prevent users from lowering volume during an alarm.
      • Android: Implemented volume control, fading, and vibration using MediaPlayer and Vibrator.
      • iOS: Implemented volume control, fading, and vibration using AVAudioPlayer and AudioServices.
    • Updated example app with UI controls for vibration and volume settings.
    • Updated README with vibration and volume usage examples.
    Open source →
  2. 0.1.2 19 May 2026
    Release notes

    What's Changed

    • Update topics in pubspec.yaml for consistency and formatting by @pratikPSB in #3
    • Update the pubspec and change log by @pratikPSB in #4

    Full Changelog: 0.1.1...0.1.2

    Open source →
    Release notes
    • refactoring the pubspec to properly bind the home page and issue tracker.
    Open source →
  3. 0.1.1 19 May 2026
    Release notes
    • Introduced production-oriented alarm_plus API:

      • initialize
      • triggerNow, schedule, cancel, stop, snooze, getAll
      • delete
      • events, getLaunchAlarm, getPermissionStatus, requestPermissions
    • Added flutter_local_notifications-style notification response callbacks:

      • foreground callback via onDidReceiveNotificationResponse
      • background callback isolate via
        onDidReceiveBackgroundNotificationResponse with @pragma('vm:entry-point')
    • Added notification-response data model (NotificationResponse,
      NotificationResponseType) and pending response delivery on app launch.

    • Added AlarmModel, AlarmEvent, and AlarmPermissionStatus model layer.

    • Implemented Android reliability path:

      • AlarmManager.setExactAndAllowWhileIdle
      • trigger receiver + action receiver + boot receiver
      • foreground ringing service with wake lock + looping audio
      • full-screen notification intent path
      • Room persistence and reboot/package/time-change rescheduling
    • Implemented iOS best-effort notification path:

      • UNUserNotificationCenter scheduling
      • stop/snooze notification actions
      • persisted local alarm state + event emission
    • Added example app covering schedule/trigger/snooze/stop/cancel/list/events/permissions.

    • Added URL-based image support for notifications:

      • AlarmNotificationSettings.largeIconUrl and bigPictureUrl fields
      • Android: Coil library for efficient image loading from URLs
      • iOS: Synchronous download and caching for notification attachments
      • Fallback to asset-based images if URL loading fails
    • Updated example app with "Schedule with URL" button demonstrating URL images

    Open source →
    Release notes
    • Added URL-based image support for notifications:
      • AlarmNotificationSettings.largeIconUrl and bigPictureUrl fields
      • Android: Coil library for efficient image loading from URLs
      • iOS: Synchronous download and caching for notification attachments
      • Fallback to asset-based images if URL loading fails
    • Updated example app with "Schedule with URL" button demonstrating URL images
    • Updated README with URL usage examples and platform notes
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive