timeline_table 0.1.0 copy "timeline_table: ^0.1.0" to clipboard
timeline_table: ^0.1.0 copied to clipboard

Reusable, virtualised Flutter timeline table widgets and models.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add timeline_table

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  timeline_table: ^0.1.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:timeline_table/timeline_table.dart';
2
likes
160
points
85
downloads
screenshot

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Reusable, virtualised Flutter timeline table widgets and models.

Repository (GitHub)
View/report issues
Contributing

Topics

#flutter #timeline #scheduler #table

License

MIT (license)

Dependencies

collection, equatable, flutter, intl, two_dimensional_scrollables

More

Packages that depend on timeline_table