How can i customize date picker in flutter like that - flutter

I have a project and designer demanding the date picker like that anyone help how to customize it like that

You can make use of a package called table_calendar or review the following page for more packages about calendars.

Related

Flutter Custom DatePicker

Does anyone know a framework or any way to make a datepicker like this?
It looks very common with holo date picker so you can try holo date picker

is there a way to change the display of date picker in flutter?

(sorry I'm not good at English),
I'm trying to change date picker's look when click a button without display the default layout.
I didn't found anything to change the display of it
like this : https://i.stack.imgur.com/kzqHA.png
solution 1
you can use this plugin for flutter_rounded_date_picker
please go through the link
https://pub.dev/packages/flutter_rounded_date_picker
solution 2
please go through this link , it's kind of similar question you are asked
How to customize a date picker

Flutter tab/stepper bottom?

My designer gave me the following design for a questionnaire screen.
I didn't found anything out of the box from the flutter components.
Maybe I could create something of my own, but before that I would like to validate that this isn't something that exists:
Any help would be appreciated
You can use smooth_page_indicator or page_indicator for the page indicate, and for the Next and Back buttons you can use any kind of flutter button components

In Flutter how to create a list of months in a dropdown list

I am very new to Flutter Development. I am Creating a calendar using table_calendar 3.0.0 package from pub.dev(https://pub.dev/packages/table_calendar). I want to create a list of months using a dropdown button in the header part. The selected month should show the corresponding dates in the calendar. will it be possible? if it possible please help me any experts. Thank u and cheers.
Yes, you can create a list of months using a dropdown button in the header part but if you want to custom any package, make sure that you understand code inside !

ngx-bootstrap: date input with modal datepicker

I'm trying to implement an input for date that has the datepicker in a modal.
The docs cover datepicker and modal - but not the combination.
I am sort of following this, but do I need to create a whole component for the modal? I'm not really sure how to build this.
An example would be very helpful.
As far as I can determine, while it is certainly a very popular request, it is currently not possible.
https://github.com/valor-software/ngx-bootstrap/issues/273