b_scheduler 0.0.2
b_scheduler: ^0.0.2 copied to clipboard
A highly customizable Flutter scheduler widget with intuitive pinch-to-zoom gestures, seamless infinite scrolling, and multiple view modes (day, week, month). Features smooth timeline layouts and supp [...]
0.0.2 #
- Add loading state management for week view
- Improve loading indicator to use actual load state instead of item presence check
- Add
isWeekLoading(),markWeekAsLoaded(), andupdateLoadingRange()methods toBSchedulerViewState - Enhance
BSchedulerViewController.loadItems()with loading range tracking
0.0.1 #
- Initial release
- Multiple view modes: day, week, and month views
- Intuitive pinch-to-zoom gestures for seamless mode transitions
- Seamless infinite scrolling across all view modes
- Smooth timeline layouts with customizable styling
- Support for custom data sources via callback-based architecture
- Customizable styling
- Example implementation with Google Calendar integration