custom_cupertino_date_textbox 0.0.4 copy "custom_cupertino_date_textbox: ^0.0.4" to clipboard
custom_cupertino_date_textbox: ^0.0.4 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 #

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 #

All optinal values will be set to default if nothing provided.

Parameter Type Description Required
initialValue DateTime initial value which will be displayed in the text box YES
hintText String text to be displayed if no initial value is given YES
onDateChange Function function to be called if the selected date changes YES
pickerBackgroundColor Color background color of the cupertino picker Optional
textFieldFillColor Color color of the text within the text box Optional
prefixIcon Icon lead icon (Prefix) which will be displayed on the left side of the text box Optional
controller TextEditingController controller which will be used to get/set (Control) the Field Optional
dateFormatter DateFormat Specifies the format of the Date e.g. (ddMMyyyy) Optional
hintTextStyle TextStyle Specifies the TextStyle of the TextField hint Optional
textFieldTextStyle TextStyle Specifies the TextStyle of the TextField Text Optional
width int Width of the TextField Optional
height int height of the TextField Optional

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