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

A Customizable Time Picker Widget for Flutter

Scroll Time Picker #

Flutter Package Pub Points Popularity

A scroll time picker widget for flutter.

Screenshots #

Logo

Getting Started #

Add this to your pubspec.yaml:

dependencies:
  your_package_name: ^1.0.0

Usage #

ScrollTimePicker(
  selectedTime: _selectedTime,
  is12hFormat: true,
  onDateTimeChanged: (DateTime value) {
    setState(() {
      _selectedTime = value;
    });
  },
)

Contribution #

We welcome contributions! Feel free to open issues or submit pull requests.

Inspired by #

License #

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

2
likes
120
pub points
64%
popularity

Publisher

unverified uploader

A Customizable Time Picker Widget for Flutter

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

flutter

More

Packages that depend on scroll_time_picker