flutter_timetable 1.1.6 flutter_timetable: ^1.1.6 copied to clipboard
Displays a timetable for dates and times on items in a list.
Change Log #
1.1.6 #
- Add
startHour
andendHour
to theTimetableController
that allows the view to be limited to a specified time range. (Thanks to PR #4 from @parkjbdev)
1.1.5 #
- Remove
intl
dependency to reduce size and minimize conflicts
1.1.4 #
- Update
intl
dependency to^0.19.0
- Update
flutter_lints
dependency to^1.0.0
1.1.3 #
- Add
snapAnimationCurve
andsnapAnimationDuration
to the 'Timetable' constructor to allow for customizing the animation when snapping to the time. (Thanks @joemielke) - Upgrade dependencies
1.1.2 #
- Calculate the hour when setting the visible date on scroll events.
1.1.1 #
- Update
intl
dependency to^0.18.0
- Upgrade dependencies
- Allow dart 3
1.1.0 #
- Add
onEvent
function to constructor to create a default event handler. - Add
TimetableVisibleDateChanged
event
1.0.0 #
- Update documentation
- Add tests
- Setup CI and add badges
- Minor refactoring
0.1.0 #
- Refactor timeline event names.
0.0.3 #
- Bug fix: remove controller listener when timetable widget is disposed.
0.0.2 #
- Update documentation
0.0.1 #
- Add timetable widget