time_range 1.1.1 copy "time_range: ^1.1.1" to clipboard
time_range: ^1.1.1 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.1

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';
115
likes
150
points
1.09k
downloads

Publisher

verified publishertalhasultan.dev

Weekly Downloads

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)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on time_range