dropdown_timepicker 1.0.0 copy "dropdown_timepicker: ^1.0.0" to clipboard
dropdown_timepicker: ^1.0.0 copied to clipboard

A robust dropdown-based time picker for Flutter with 12/24-hour support and form validation.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add dropdown_timepicker

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  dropdown_timepicker: ^1.0.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:dropdown_timepicker/dropdown_timepicker.dart';
10
likes
160
points
142
downloads

Documentation

API reference

Publisher

verified publisherrobertrobinson.in

Weekly Downloads

A robust dropdown-based time picker for Flutter with 12/24-hour support and form validation.

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on dropdown_timepicker