calendar_bridge 1.0.4 copy "calendar_bridge: ^1.0.4" to clipboard
calendar_bridge: ^1.0.4 copied to clipboard

A cross-platform Flutter plugin for accessing and managing device calendars on Android, iOS, and macOS with clean architecture.

Changelog #

1.0.4 #

Bug Fixes #

  • Fixed timezone handling issue by updating the timezone dependency to version 0.10.1, ensuring better compatibility and functionality across different platforms.

1.0.3 #

Bug Fixes #

  • bug fix

1.0.2 #

Bug Fixes #

  • Fixed type casting issue in CalendarBridgeMethodChannel that caused _Map<Object?, Object?> is not a subtype of Map<String, dynamic> errors
  • Improved defensive type casting in getCalendars(), getEvents(), createCalendar(), getCalendarColors(), and getEventColors() methods
  • Enhanced platform channel data handling for better compatibility across different Flutter versions

1.0.1 #

Improvements #

  • Updated iOS minimum version support to iOS 13+
  • Streamlined CI/CD pipeline configuration
  • Consolidated analyzer and test jobs for improved workflow efficiency
  • Updated Flutter version requirement to 3.35.4
  • Added automated release workflow for versioning and publishing
  • Enhanced analyzer configuration to exclude test files
  • Improved project maintenance and build processes

1.0.0 #

Initial Release #

  • Calendar management (retrieve, create, delete)
  • Event CRUD operations
  • Permission handling for Android, iOS, and macOS
  • Recurring events support with RRULE format
  • Full timezone support using TZDateTime
  • Attendee management
  • Reminder support
  • Event status and availability
  • Cross-platform support (Android, iOS, macOS)
0
likes
160
points
141
downloads

Publisher

verified publisherahmetaydin.dev

Weekly Downloads

A cross-platform Flutter plugin for accessing and managing device calendars on Android, iOS, and macOS with clean architecture.

Repository (GitHub)
View/report issues

Topics

#calendar #calendar-events #event-management #recurring-events #native-calendar

Documentation

API reference

License

MIT (license)

Dependencies

collection, flutter, meta, plugin_platform_interface, rrule, timezone

More

Packages that depend on calendar_bridge

Packages that implement calendar_bridge