horizontal_timeline 1.3.0 copy "horizontal_timeline: ^1.3.0" to clipboard
horizontal_timeline: ^1.3.0 copied to clipboard

Draws a 24-hour time scale with 15-minute increments, allowing you to select a time range.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add horizontal_timeline

With Flutter:

 $ flutter pub add horizontal_timeline

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

dependencies:
  horizontal_timeline: ^1.3.0

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

Import it

Now in your Dart code, you can use:

import 'package:horizontal_timeline/animated_render_object.dart';
import 'package:horizontal_timeline/render_utils.dart';
import 'package:horizontal_timeline/styles/hatch_style.dart';
import 'package:horizontal_timeline/styles/selector_decoration.dart';
import 'package:horizontal_timeline/time_extension.dart';
import 'package:horizontal_timeline/time_range.dart';
import 'package:horizontal_timeline/timeline.dart';
6
likes
0
points
170
downloads

Publisher

unverified uploader

Weekly Downloads

Draws a 24-hour time scale with 15-minute increments, allowing you to select a time range.

Repository (GitHub)
View/report issues

Topics

#widget #timeline

License

unknown (license)

Dependencies

flutter

More

Packages that depend on horizontal_timeline