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

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

Customizable Flutter Cupertino Date TextBox #

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

Usage #

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

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

Parameters documentation #

The Documentation of all Parameters can be found here: Documentation

Usage Example #

Here you can find the usage example: Demo-App

Bugs & Future Requests #

If you run into problems, feel free to open an issue.
That library is missing a feature? please create an issue on Github and I'll take a look at it.
Pull request are always welcome.


License: MIT

1
likes
40
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

MIT (LICENSE)

Dependencies

flutter, intl

More

Packages that depend on custom_cupertino_date_textbox