Home > other >  how to create UI to get the users birthday in flutter
how to create UI to get the users birthday in flutter

Time:07-11

what I am creating is a sign in form for my app. And I want to get the users birthday in to my app.

Problem is that how do I put the text fields to get the users birthday (like 07/08/2020)

CodePudding user response:

You can use a datepicker instead.

Ex:- Syncfusion date picker

CodePudding user response:

If you want a ready-to-go solution for UI you can check out Date Picker There is also nepali_date_picker package that might work for you.

  • Related