mytooyo / board_datetime_picker

Picker to select date and time for Flutter. It is both a calendar and a picker, offering a variety of options as a package.
BSD 3-Clause "New" or "Revised" License
14 stars 12 forks source link

Adding date/text Getter for BoardDateTimeController #45

Closed matteoberla closed 2 months ago

matteoberla commented 2 months ago

Is there a way to get the current data when I need it without waiting for the onFocusChange to be called?

I’ve taken a look at the code, maybe adding a get text/date inside the controller could fix my problem and could be useful to other users.

mytooyo commented 2 months ago

Thank you for fixed it.