Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
88 views

I attempted to integrate the Flutter date range picker widget into my Flutter web application. While the option to change months is functional, I encountered an issue where the left and right arrow ...
Ujith Isura's user avatar
0 votes
1 answer
2k views

I have added a date range picker to my code. As shown in the image, I am using the text 'Select' for the saving button. However, I want to change this behavior so that the date range is saved as soon ...
river_song's user avatar
0 votes
2 answers
751 views

I want to customize the color and the text of this showDatePicker with material3, on flutter I want to customize as this I need this text to be something like this "Seg, 17 de jul."
Igor Pereira's user avatar
0 votes
2 answers
2k views

How can we allow only selection of 30 days with any start date in DateRangePicker? Only firstDate and lastDate can be provided, which can be restricted to 30 days starting from the provided firstDate ...
Suman Raj Pathak's user avatar
0 votes
1 answer
710 views

I am trying to use Flutter Riverpod together with the Date Range Picker. I have a list of Trips which when clicked on, open up the Trip Page. On the trip page, the user can view the start / end dates ...
jcwhall's user avatar
  • 59
0 votes
2 answers
103 views

I have a function called pickDateRange and, for some reason, dateRangePicker does not update its value in widget after setState. I would like to know how to solve it. When I print the value of ...
Timson01's user avatar
0 votes
0 answers
801 views

I have an issue with DatePicker in my application. Here's a simple TextFormField that I've created in my app which will open up DatePicker whenever the user taps on it. This widget is a part of a ...
Alv's user avatar
  • 65
2 votes
0 answers
343 views

in Material Design using showDatePicker() widget , we can customize selectable date in particular day using selectableDayPredicate: argument. so i have a list contains some DateTime(), this list is ...
Jilan Dirgantara's user avatar
0 votes
2 answers
2k views

What i want: I want to get only the startDate and endDate in DateTime format so that i can find the difference of days between the two dates. Instead i'm getting startDate and endDate in String format....
Hira 's user avatar
  • 13
0 votes
1 answer
180 views

i have this date picker in my app, and i want the last date to be 3 years ago from the time using the app how can i solve it, i tried to give the last date now.year -3 but it doesn't work! it keeps ...
AhdOthman's user avatar
8 votes
6 answers
17k views

I want to customize DateRangePicker in flutter, How can I change the following elements? Change the Save button to image. Remove the Switch to input button. Change the header background color. Change ...
Hamed Rezaee's user avatar
  • 7,298