Welcome to the Flutter feedback portal. We’re happy you’re here! If you have feedback on how to improve the Flutter, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

Hello,

The SfCalendar TimeSlotViewSettings automatically adds labels that are formatted with the 'timeFormat' property based on the timeInterval. So when the timeInterval == Duration(minutes: 15), the time labels are every 15 minutes (9:00, 9:15, 9:30). 


What I would like to do is set the timeInterval == Duration(minutes: 15) but have the time labels in hour increments (9:00, 10:00, 11:00).  I think this is better explained with a picture:


Empty



Thanks,

Steve