mirror of
https://github.com/Iconica-Development/flutter_timetable.git
synced 2025-05-18 19:43:43 +02:00
A Flutter package for creating a timetable widget in which to display blocks of time with optional widgets in them
|
||
---|---|---|
example | ||
lib | ||
test | ||
.gitignore | ||
.metadata | ||
analysis_options.yaml | ||
CHANGELOG.md | ||
LICENSE | ||
pubspec.yaml | ||
README.md |
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.