Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 859 Bytes

CHANGELOG.md

File metadata and controls

39 lines (27 loc) · 859 Bytes

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