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

Flutter widget for selecting a time range. You can specify the steps between the hours, time blocks that the range must meet and widget colors.

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: ^1.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
120
pub points
92%
popularity

Publisher

verified publisherikicode.dev

Flutter widget for selecting a time range. You can specify the steps between the hours, time blocks that the range must meet and widget colors.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on time_range