infinite_calendar_view 2.0.2
infinite_calendar_view: ^2.0.2 copied to clipboard
Easily build your different views of your calendar with this package. Month, week, three days, one day, list ... and many features.
2.0.2 16 Jan 2025 #
- [bug] wheel scroll bug on web
- [bug] pointer scroll support on web
- [bug] drag and drop on calendar not full width
- [improve] change vertical scroll during drag and drop
- [documentation] improve multi column demo
- [documentation] web demo
2.0.1 16 Jan 2025 #
- [improve] Complete Line Painter stroke option
- [documentation] Complete readme
2.0.0 16 Jan 2025 #
- [change] Fusion between Event and fullDayEvent
- [new] New view : infinite month view !
- [new] Multi days events management
- generate and add unique id in each event
- multi day events in month view
- delete and update methode in controller to remove multi day event yet
- [new] Focused day saved in controller
- easy shared focusedDay between views
- init one callback (for update AppBar for example)
- use controller focusedDay by default if intitialDay is not defined
- Add full day event in list details view yet (with fusion between Event and fullDayEvent)
- [improve] Complete DefaultDetailEvent
- [improve] InkWell in DefaultDetailEvent and DefaultDayEvent for beautiful tap
- [improve] Scroll in FullDayEvents for unlimited full day events
- [example] Show month in AppBar
- [example] Month Example
- [example] One Day + Table Calendar Example
1.1.5 7 Jan 2025 #
- Multi days events bug with multi columns
1.1.4 3 Jan 2025 #
- Multi days events management (range)
1.1.3 3 Dec 2024 #
- Readme preview gif
1.1.2 3 Dec 2024 #
- [bug] Event size when pinch to zoom
- [bug] DefaultDayEvent overflow text when pinch to zoom
- [new] First and end line in column painter
- [new] Preview gifs
1.1.1 21 Nov 2024 #
- [bug] Rebuild day list header when day events change
- [new] add tablet screenshot
1.1.0 21 Nov 2024 #
- [new] Multiple column per day
- [new] Add day events in events list builder and rebuild when day events change
- [bug] Sync build of day events /list events when events are already in controller
1.0.3 14 Nov 2024 #
- Add full day event builder
- Bug on full day event default font size
- Add full day event example
1.0.2 10 Nov 2024 #
- Pub dev publish warning corrections
1.0.1 10 Nov 2024 #
- Pub dev publish warning corrections
1.0.0 10 Nov 2024 #
- Initial release
- Updated
README.mdfile. - Added license information in package files.
- Updated project description in
pubspec.yaml - Updated documentation.