smart_time_field_picker 0.0.1 copy "smart_time_field_picker: ^0.0.1" to clipboard
smart_time_field_picker: ^0.0.1 copied to clipboard

A smart, fully customizable Flutter time picker field with support for 12-hour and 24-hour formats. `time_picker_input` lets users select or type time directly into a TextFormField with intelligent fo [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add smart_time_field_picker

With Flutter:

 $ flutter pub add smart_time_field_picker

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

dependencies:
  smart_time_field_picker: ^0.0.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:smart_time_field_picker/smart_time_field_picker.dart';
6
likes
0
points
9
downloads

Publisher

unverified uploader

Weekly Downloads

A smart, fully customizable Flutter time picker field with support for 12-hour and 24-hour formats. `time_picker_input` lets users select or type time directly into a TextFormField with intelligent formatting, search-enabled dropdown, and full keyboard navigation. Perfect for time selection in forms, shifts, schedules, and more.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

cupertino_icons, flutter, mask_text_input_formatter

More

Packages that depend on smart_time_field_picker