flutter cupertino date text box
flutter cupertino text box which can be used to select a date with cupertinodatepicker.
a text box with an attached cupertinodatepicker which opens when the text box is tapped.
with this library the following is possible:
- text box / text field with multiple features to customize its style (e.g. font, padding, etc.)
- date callback can be used to get result date value
quick usage
just fill the required parameters of cupertinodatetextbox
and you’re ready to go, e.g.:
cupertinodatetextbox(
initialvalue: datetime.now(),
ondatechange: ondatechangecallback,
hinttext: 'hint text'))
you can find a full tutorial concerning cupertinodatetextbox
here tutorial.
please refer to the example for usage: quick-link
bugs/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.
Comments are closed.