time_pickerr 1.0.1 copy "time_pickerr: ^1.0.1" to clipboard
time_pickerr: ^1.0.1 copied to clipboard

outdated

A hour picker for DateTime.

Time Pickerr #

A flutter plugin for a horinzontal picker.

via GIPHY

Usage #

You can use time picker as a normal widget like:

buildCustomTimer(BuildContext context) {
    return CustomHourPicker(
      elevation: 2,
      onPositivePressed: (context, time) {
        print('onPositive');
      },
      onNegativePressed: (context) {
        print('onNegative');
      },
    );
  };

or in a showdialog:

showDialog(
            context: context,
            builder: (BuildContext context) {
              return buildCustomTimer(context);
            },
          );

Additional information #

Feel free to do pull requests or ask for changes on issues(on gitHub).

14
likes
0
pub points
82%
popularity

Publisher

unverified uploader

A hour picker for DateTime.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, numberpicker

More

Packages that depend on time_pickerr