custom_cupertino_date_textbox 0.0.5 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.