b_scheduler 0.0.5
b_scheduler: ^0.0.5 copied to clipboard
A customizable Flutter scheduler widget with pinch-to-zoom, infinite scrolling, Google Calendar integration, and multiple view modes.
0.0.5 #
- FEAT: Add
addListenerandremoveListenermethods toBSchedulerViewController
0.0.4 #
- BREAKING: Simplify
BSchedulerDetailItemBuildertypedef signature- Removed
BSchedulerStyle styleandint alphaparameters - New signature:
Widget Function(BuildContext context, BSchedulerItem item, VoidCallback onTap)
- Removed
0.0.3 #
- FEAT: Add customizable
detailItemBuilderparameter
0.0.2 #
- FIX: Improve loading indicator behavior
0.0.1 #
- Initial release with multiple view modes (day, week, month)
- Pinch-to-zoom gestures for seamless mode transitions
- Infinite scrolling across all view modes
- Customizable styling and data sources
- Example implementation with Google Calendar integration