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
startHourandendHourto theTimetableControllerthat allows the view to be limited to a specified time range. (Thanks to PR #4 from @parkjbdev)
1.1.5 #
- Remove
intldependency to reduce size and minimize conflicts
1.1.4 #
- Update
intldependency to^0.19.0 - Update
flutter_lintsdependency to^1.0.0
1.1.3 #
- Add
snapAnimationCurveandsnapAnimationDurationto 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
intldependency to^0.18.0 - Upgrade dependencies
- Allow dart 3
1.1.0 #
- Add
onEventfunction to constructor to create a default event handler. - Add
TimetableVisibleDateChangedevent
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