Releases: sncf-connect-tech/eventide
Releases · sncf-connect-tech/eventide
v2.2.0
What's Changed
- createEventInDefaultCalendar & createEventThroughNativePlatform - using ical format by @AlexisChoupault in #104
Full Changelog: v2.1.1...v2.2.0
v2.1.1
What's Changed
- Issue#101 all day flag in create event through native platform by @AlexisChoupault in #102
Full Changelog: v2.1.0...v2.1.1
v2.1.0
v2.0.1
v2.0.0
What's Changed
- fix Issue#88 & #89 - better account handling by @AlexisChoupault in #92
- Remove automatic duration addition in retrieveEvents method by @AlexisChoupault in #96
- feat: add location support to events by @StoneyDev in #91
- fix Issue#87 replace list by iterable in plugin interface by @AlexisChoupault in #93
- Upgrade min version flutter to 3.29.0 & prepare eventide 2.0.0 by @AlexisChoupault in #94
New Contributors
- @StoneyDev made their first contribution in #91
Full Changelog: v1.0.2...v2.0.0
v1.0.2
What's Changed
- event creation and retrieval now handles url on android by @AlexisChoupault in #86
Full Changelog: v1.0.1...v1.0.2
v1.0.1
v1.0.0+1
What's Changed
- Restore ETNotSupportedByPlatform by @AlexisChoupault in #76
- Split example app by @AlexisChoupault in #79
- Add quickstart example by @AlexisChoupault in #81
Full Changelog: v1.0.0...v1.0.0+1
v1.0.0
What's Changed
- fix wrong allDay attribute Boolean to Int cast in event creation by @AlexisChoupault in #67
- Issues #63 & #65 - fix add event to default calendar & add event through native ui by @AlexisChoupault in #74
Full Changelog: v0.10.2...v1.0.0
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