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

discontinued
outdated

Flutter widget for selecting a time range. You can specify the steps between the hours of the initial selector and the blocks of time that the selected range must meet. You can also fully customize th [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add time_range

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

dependencies:
  time_range: ^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:time_range/time_range.dart';
108
likes
0
pub points
92%
popularity

Publisher

verified publisherikicode.dev

Flutter widget for selecting a time range. You can specify the steps between the hours of the initial selector and the blocks of time that the selected range must meet. You can also fully customize the colors of the widget.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on time_range