SimformSolutionsPvtLtd / flutter_calendar_view

A Flutter package allows you to easily implement all calendar UI and calendar event functionality. 👌🔝🎉
https://pub.dev/packages/calendar_view
MIT License
435 stars 259 forks source link

feat: Fixes issue #378: Added support for daily & weekly reoccurrence event in month view #415

Open shubham-jitiya-simform opened 3 weeks ago

shubham-jitiya-simform commented 3 weeks ago

Description

  1. Currently added support in month view.
  2. Supported repeat modes: Do no repeat, daily, weekly & monthly.
  3. Supported recurrence end: Never, On given date & till given interval.
  4. Edit will apply to all repeating events.
  5. Deletes a recurring event based on the specified deletion type: Current, Following, All occurrence.

Preview

Repeat: Do not repeat

Image 1
Do not repeat

Repeat: Daily

Image 1 Image 2 Image 3
Repeat: Daily - Ends on: Never Repeat: Daily - Ends on: specified date Repeat: Daily - Ends on: Specified Interval

Repeat: Weekly

Weekly Never Weekly Never with Specific Weeks Weekly Ends On Weekly Occurrence
Repeat end: never Select specific weeks to repeat Select end date to repeat Repeat specific times

Checklist

Breaking Change?

Related Issues