flutter_timetable/README.md

27 lines
1.8 KiB
Markdown
Raw Permalink Normal View History

2022-11-23 11:29:24 +01:00
[![pub package](https://img.shields.io/pub/v/flutter_timetable.svg)](https://github.com/Iconica-Development) [![Build status](https://img.shields.io/github/workflow/status/Iconica-Development/flutter_timetable/CI)](https://github.com/Iconica-Development/flutter_timetable/actions/new) [![style: effective dart](https://img.shields.io/badge/style-effective_dart-40c4ff.svg)](https://github.com/tenhobi/effective_dart)
# Flutter Timetable
A Flutter package for creating a Timetable widget in which to display blocks of time with optional widgets in them.
2022-08-25 08:37:14 +02:00
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.
![Timetable GIF](flutter_timetable.gif)
2022-08-25 08:37:14 +02:00
## Features
## Setup
2022-08-25 08:37:14 +02:00
To use this package, add `timetable` as a dependency in your pubspec.yaml file.
2022-08-25 08:37:14 +02:00
### Example
See [Example Code](example/lib/main.dart) for more info.
## Issues
2022-08-25 08:37:14 +02:00
Please file any issues, bugs or feature request as an issue on our [GitHub](https://github.com/Iconica-Development/flutter_date_time_picker/pulls) page. Commercial support is available if you need help with integration with your app or services. You can contact us at [support@iconica.nl](mailto:support@iconica.nl).
2022-08-25 08:37:14 +02:00
## Want to contribute
2022-08-25 08:37:14 +02:00
2024-02-14 10:53:35 +01:00
If you would like to contribute to the plugin (e.g. by improving the documentation, solving a bug or adding a cool new feature), please carefully review our [contribution guide](./CONTRIBUTING.md) and send us your [pull request](https://github.com/Iconica-Development/flutter_date_time_picker/pulls).
## Author
This `timetable` for Flutter is developed by [Iconica](https://iconica.nl). You can contact us at <support@iconica.nl>