Releases: sncf-connect-tech/eventide
Releases · sncf-connect-tech/eventide
v0.10.2
What's Changed
- Android fix:
createEventInDefaultCalendar()
did not retrieve any default calendar when there was multiple primary calendars. Now also returns any writable calendar when there is no primary calendars
Full Changelog: v0.10.1...v0.10.2
v0.10.1
What's Changed
- Fixed DateTime UTC handling in
createEvent()
,createEventInDefaultCalendar()
andretrieveEvents()
by systemically callingdateTime.toUtc()
Full Changelog: v0.10.0...v0.10.1
v0.10.0
What's Changed
- Changed signature of createEventInDefaultCalendar to not return the created event as the event will not be editable
Full Changelog: v0.9.1...v0.10.0
v0.9.1
What's Changed
- Fix double (write-only and full) permission prompt issue on iOS by creating reminders in the same method channel as the event creation
- Fix permission issue on Android by binding PermissionHandler as a RequestPermissionsResultListener
- Improved docs
Full Changelog: v0.9.0...v0.9.1
v0.9.0
What's Changed
- Removed retrieveDefaultCalendar because it did not make sense to return a virtual calendar on iOS (error-prone)
- Created createEventInDefaultCalendar instead to directly create an event and prompt write-only access on iOS 17+
- Created .pubignore file to remove example app and other useless files from being published
Full Changelog: v0.8.1...v0.9.0
v0.8.1
What's Changed
- Removed final clause on Eventide class because it prevented it from being mocked
Full Changelog: v0.8.0...v0.8.1
v0.8.0
What's Changed
- iOS 17 Support: Added support for iOS 17 write-only calendar access
- Permission Enhancement:
retrieveDefaultCalendar()
now prompts for write-only access on iOS 17+ - Documentation: Comprehensive documentation update with detailed API reference
- Platform Features: Added dedicated section for platform-specific features
Full Changelog: v0.7.0...v0.8.0
v0.7.0
What's Changed
- fix calendar creation -- local only accounts by @AlexisChoupault in #50
Full Changelog: v0.6.0...v0.7.0
v0.6.0
What's Changed
- Remove equatable dependency by @AlexisChoupault in #46
- Upgrade pigeon dependency to 25.2.0 by @AlexisChoupault in #47
Full Changelog: v0.5.0...v0.6.0
v0.5.0
What's Changed
- Attendees by @AlexisChoupault in #41
- Setup Lefthook by @AlexisChoupault in #33
- Android improvements by @AlexisChoupault in #36
- iOS improvements by @AlexisChoupault in #38
- Fix example app by @AlexisChoupault in #39
- Formatted files with line-length 120 & lefthook analyze all dart files by @AlexisChoupault in #40
- CI, codecov and flutter version changes by @AlexisChoupault in #43
- codecov patch config by @AlexisChoupault in #44
Full Changelog: v0.4.0...v0.5.0