in_app_reminder 0.0.7
in_app_reminder: ^0.0.7 copied to clipboard
A Flutter plugin for creating native reminders with support for title, notes, time, and repeat intervals. Currently available for iOS only.
0.0.7 - 2025-06-26 #
- Updated Readme
- Public api's not available for android side, till date.
0.0.6 - 2025-06-07 #
- Added boolean for successful reminder creation.
- Improved error handling for reminder creation.
- Updated Example app to demonstrate new features.
- Fixed minor bugs in reminder scheduling logic.
0.0.5 - 2025-06-06 #
- Added issue templates for bug reports and feature requests.
- Improved documentation for better clarity and usability.
0.0.4 - 2025-06-05 #
- Implemented documentation for code and improved readme file.
0.0.3 - 2025-06-03 #
- Updated README
0.0.2 - 2025-06-03 #
- Official pub.dev README formatting
ReminderFrequencyenum- Support for recurring reminders (daily, weekly, etc.)
- ISO 8601 time parsing with timezone awareness
0.0.1 - 2025-06-03 #
- Initial Release