simple_predicate_time_picker

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

simple predicate time picker

simple_picker_widget #
This is a fork of jorgesanure-pub-dep's. Original Package is no longer maintained. Kudos To Him 👍
It is a custom showTimePicker to allow you set a selectableTimePredicate like you do in showDatePicker.

showCustomTimePicker(
context: context,
// It is a must if you provide selectableTimePredicate
onFailValidation: (context) => print('Unavailable selection'),
initialTime: TimeOfDay(hour: 2, minute: 0),
selectableTimePredicate: (time) =>
time.hour > 1 &&
time.hour < 14 &&
time.minute % 10 == 0).then((time) =>
setState(() => selectedTime = time?.format(context)))
copied to clipboard
You can see a complete sample in example/example.dart file

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.

Related Products

More From This Creator