- Update for Flutter 3
- Refresh packages
- Support for iOS & iPadOS 17's new permission handler
- Breaking Changes: You need to add additional keys to your info.plist as seen in docs
- Add remove dueDate from reminder
- Update example to test remove date
- Fix 'all day' bug
- Add saveReminder to create reminders and save changes
- Full version
- Update README with correct Key Value pair in info.plist
- Change Reminders API to an object from a static class
- Tidy API method names
- Add API documentation
- Code tidy
- Dart package does not rely on Flutter
- Initial release
- Get default reminder list
- Get list of reminder list names
- Get reminders in a list by list name
- Delete a reminder by ID