time_range 0.1.0
time_range: ^0.1.0 copied to clipboard
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';