I'm developing an matrimonial app, as per Indian law men should be of the age 21 and women should be at least 18 years of age,
now coming to issue, how do I set the calendar widget in flutter flow such that it doesn't show any dates after the minimum age required
I have created a custom function which takes the gender as an argument and returns the minimum date which is required.
but I'm not able to set the Minimum date/time in the calender widget so that it dosent show andy values after the min date
for example if the date is 30/06/2024, it should not allow any date after 30/062003.
how do I set this up?