eventide 0.7.0 copy "eventide: ^0.7.0" to clipboard
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)
8
likes
160
points
368
downloads

Publisher

verified publisherconnect-tech.sncf

Weekly Downloads

Provides a easy-to-use flutter interface to access & modify native device calendars (iOS & Android)

Repository (GitHub)
Contributing

Topics

#flutter #calendar #api #native #eventide

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on eventide