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

outdated

A customizable flutter Cupertino text box which can be used to select a date with CupertinoDatePicker

Customizable Flutter Cupertino Date TextBox #

Screen_shoot1 Screen_shoot2

This is a customizable flutter Cupertino text box which can be used to select a date with CupertinoDatePicker.

This library provides you with the following:

  • Text Box / Text Field with multiple features to customize its style (e.g. Dimensions, Style, Icon, etc.)
  • Date callback can be used to get result date value

Quick Usage #

Just fill the two required parameters of CustomizableCupertinoDateTextBox and you're good to go, e.g.:

CustomizableCupertinoDateTextBox(
    initialValue: DateTime.now(),
    hintText: 'Hint Text')
    );

Full Documentation will be provided.

Bugs & Future Requests #

If you encounter any problems feel free to open an issue. If you feel the library is missing a feature, please raise a ticket on Github and I'll look into it. Pull Request are also welcome.

1
likes
0
pub points
0%
popularity

Publisher

unverified uploader

A customizable flutter Cupertino text box which can be used to select a date with CupertinoDatePicker

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, intl

More

Packages that depend on custom_cupertino_date_textbox