in_app_reminder 0.0.3 copy "in_app_reminder: ^0.0.3" to clipboard
in_app_reminder: ^0.0.3 copied to clipboard

A Flutter plugin to create native reminders using the device's built-in Reminders app. Currently supports iOS only, with features like scheduling title, notes, time, and repeat intervals.

in_app_reminder #

Flutter verson: 3.29.2

A Flutter plugin for adding native reminders to the iOS Reminders app using EventKit.

  • ✅ Set title and notes
  • ✅ Add date and time
  • ✅ Set daily, weekly, monthly, or yearly repeat
  • ❌ Android support: coming soon

⚠️ iOS Setup Required #

To run this plugin on iOS, you must add the following to your ios/Runner/Info.plist file:

<key>NSRemindersUsageDescription</key>
<string>Your usage description</string>

✨ Features #

Feature Supported
iOS Reminders
Repeat options
Time-based alarm
Android support ❌ Coming soon

Installation #

dependencies:
  in_app_reminder: ^0.0.3
10
likes
0
points
450
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin to create native reminders using the device's built-in Reminders app. Currently supports iOS only, with features like scheduling title, notes, time, and repeat intervals.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on in_app_reminder

Packages that implement in_app_reminder