Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 1.05 KB

CHANGELOG.md

File metadata and controls

48 lines (33 loc) · 1.05 KB

2.0.3 2024-12-30

  • Add support to access Completion Date of a reminder

2.0.2 2024-06-30

  • Fix access always true bug in ios version

2.0.1 2024-06-15

  • Add requestPermission to MacOS plugin interface

2.0.0 2024-01-11

  • Update for Flutter 3
  • Refresh packages

1.2.0 2023-09-24

  • 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

1.1.0 2023-01-14

  • Add remove dueDate from reminder
  • Update example to test remove date
  • Fix 'all day' bug

1.0.0 2022-11-05

  • Add saveReminder to create reminders and save changes
  • Full version

0.1.0 2020-12-16

  • Update README with correct Key Value pair in info.plist
  • Change Reminders API to an object from a static class
  • Tidy API method names

0.0.2 2020-11-30

  • Add API documentation
  • Code tidy
  • Dart package does not rely on Flutter

0.0.1 2020-11-30

  • 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