scroll_time_picker

Creator: coderz1093

Last updated:

0 purchases

scroll_time_picker Image
scroll_time_picker Images
Add to Cart

Description:

scroll time picker

Scroll Time Picker #



A scroll time picker widget for flutter.
Screenshots #

Getting Started #
Add this to your pubspec.yaml:
dependencies:
your_package_name: ^1.0.0
copied to clipboard
Usage #
ScrollTimePicker(
selectedTime: _selectedTime,
is12hFormat: true,
onDateTimeChanged: (DateTime value) {
setState(() {
_selectedTime = value;
});
},
)
copied to clipboard
Contribution #
We welcome contributions! Feel free to open issues or submit pull requests.
Inspired by #

scroll_date_picker

License #
This package is licensed under the Apache V2 License - see the LICENSE file for details.

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