eventide 0.7.0
eventide: ^0.7.0 copied to clipboard
Provides a easy-to-use flutter interface to access & modify native device calendars (iOS & Android)
0.7.0 #
- fix android calendar creation
- accounts will be created as local first from now on
- localAccountName is now mandatory on calendar creation
0.6.0 #
- removed dependency to equatable
- upgraded pigeon dependency to 25.2.0
- set minimum versions : flutter to 3.27.0 & dart 3.6.0
0.5.0 #
- retrieve attendees through events (Android & iOS)
- create/delete attendees (Android only)
- set up lefthook & ci format check
- fixed some permission checks
- fixed some configuration issues
0.4.0 #
- added Swift Package Manager support
- dart 3.7.0 format
0.3.0 #
- create reminder alongside event creation
- fix android action where name was affected to type
0.2.0 #
- fixed gradle issue by targeting JVM 17
- exposed a new class
ETAccount
{ name, type } (Issue #8) name = EKSource.sourceIdentifier and type = EKSource.sourceType on iOS name = CalendarContract.Calendars.ACCOUNT_NAME and type = CalendarContract.Calendars.ACCOUNT_TYPE on Android
0.1.0 #
Initial release with features:
- create/retrieve/delete calendars
- create/retrieve/delete events
- create/delete reminders
- ask for system calendar permission (although the plugin handles it automatically)