A Flutter package for creating a timetable widget in which to display blocks of time with optional widgets in them
Find a file
2022-09-01 16:45:15 +02:00
example feat: update tabletheme 2022-09-01 16:45:15 +02:00
lib feat: update tabletheme 2022-09-01 16:45:15 +02:00
LICENSES feat: Initial commit 2022-08-24 10:39:49 +02:00
test refactor: added more doc comments and removed magic numbers 2022-08-26 09:04:08 +02:00
.gitignore feat: Initial commit 2022-08-24 10:39:49 +02:00
.metadata feat: Initial commit 2022-08-24 10:39:49 +02:00
analysis_options.yaml feat: Initial commit 2022-08-24 10:39:49 +02:00
CHANGELOG.md feat: update tabletheme 2022-09-01 16:45:15 +02:00
pubspec.yaml feat: add project README 2022-08-25 08:39:52 +02:00
README.md feat: add project README 2022-08-25 08:39:52 +02:00

timetable

A Flutter package for creating a timetable widget in which to display blocks of time with optional widgets in them. The vertical time range is configurable and the widget is horizontally scrollable. The timetable has options to merge blocks below eachother when they are not overlapping or collapse items that are at the same time and have the same identifier.

Supports all Flutter platforms.

Usage

To use this package, add timetable as a dependency in your pubspec.yaml file.

Example

See Example Code for more info.

Issues & Feedback

Please file an issue to send feedback or report a bug,
If you want to ask a question or suggest an idea then you can open an discussion.
Thank you!

Contributing

Every pull request is welcome.