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

I'm trying to integrate different date formats across screens based on user preferences, DD/MM/YYYY MM/DD/YYYY YYYY/MM/DD Flutter's showDatePicker function has an input field with which user can ...
Anugrah k's user avatar
0 votes
0 answers
104 views

How do I get the one letter weekday in flutter with syncfusion_flutter_datepicker? This is my code: SfDateRangePicker( backgroundColor: Colors.white, selectionColor: primaryColor, ...
DeKekem's user avatar
  • 1,835
0 votes
2 answers
1k views

Is their any way or plugin available to detect whether the device Date & time is set automatically or user has entered manually i can get proper current Date time with await NTP.now(timeout: ...
Priyesh Sharma's user avatar
0 votes
0 answers
57 views

i am creating a laundry app but i am seeing this error saying cant use datatime in string. i have provided every code which have datetime in text involved and provided run error. here is the ...
Saifi Cheema's user avatar
0 votes
0 answers
236 views

I have a question about this this timePicker : this is my code : final TimeOfDay? picked = await showTimePicker( context: context, initialTime: TimeOfDay....
behnami454's user avatar
0 votes
1 answer
1k views

I am trying to increase the height and width of the date picker dialog shown when calling showDatePicker(). It currently appears quite small on tablets and I want to make it easier to interact with by ...
a_kane's user avatar
  • 3
0 votes
2 answers
107 views

I am making a simple ToDO List App in Flutter(Dart). To the screen, where user can add your task I added a button, which open dialog with calendar, so user can choose the reminder date. Everything ...
xenonenias'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
1 vote
0 answers
69 views

I am trying to achieve this into my application But I am not able to customise my code. I just wanted to change Header color Pencil colour Selected date colour And in time picker Background of time ...
Sanjal's user avatar
  • 33
1 vote
0 answers
49 views

Screen code I am building a timesheet function on flutter where I get a list from JSON like this [ { "date": "2023-02-06 00:00:00.000", "startTime": "2023-...
Casually Need Help's user avatar
9 votes
7 answers
6k views

By updating Flutter 3.8.0 I am getting the following error in flutter_date_time_picker. I would like to know if anyone knows a solution to this problem. ../../../../.pub-cache/git/...
autumn's user avatar
  • 131
4 votes
1 answer
1k views

builder: (context, child) { return Theme( data: Theme.of(context).copyWith( colorScheme: const ColorScheme.light( primary: ...
K.k's user avatar
  • 489
0 votes
3 answers
2k views

I am facing issue while formatting the date to custom format. I need to convert date yyyy-MM-dd HH:mm:ss ===> EEEE, MMM dd, yyyy For example I am getting date from server 27-10-2022 11:02:50, and I ...
Dev Dhande's user avatar
-2 votes
2 answers
7k views

DateFormat dateFormat = DateFormat("yyyy-MM-dd"); This line of code will not let me change the DateFormat to ("MM-dd-yyyy") without showing throwing an error in the app, or not ...
user avatar
1 vote
3 answers
6k views

DatePicker.showDatePicker( context, showTitleActions: true, minTime: DateTime(1964, 1, 1), maxTime: ...
Powermaster Prime's user avatar
0 votes
1 answer
306 views

Im building a registration screen that contains a form of input fields, one of the fields is to input the date of birth from user by showing the Date Picker when the user clicks the field, first i ...
editix's user avatar
  • 632
2 votes
0 answers
342 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
1 answer
2k views

I got data input in TextField using showDatePicker. I converted the selected data to String and parsed it to the format dd-mm-yy using intl format. According to docs DateFormat('ymd') is the way to do ...
Ganesh Sivakumar's user avatar
1 vote
4 answers
3k views

I am a beginner in Flutter, I want to get day name [like Sunday] from a date, date i am getting from api which is basically a string like '22 May 2022' How can i get that from this date '22 May 2022' ?...
alister james's user avatar
1 vote
1 answer
3k views

i am currently working on a world clock app using flutter, can any one recommend dependencies or API i can integrate into my app that provide a list of places around the world, another issue i am ...
DewunmiRokeeb's user avatar
8 votes
2 answers
7k views

How can I get the Flutter FormBuilderDateTimePicker to only show the date? The code below produces a time picker after the date picker closes and the output is: flutter: 2022-04-02 00:00:00.000 I ...
markhorrocks's user avatar
  • 1,610
0 votes
1 answer
742 views

Im trying to set the TimeOfDay behind the scenes without input from the time picker. The time is set correctly, but the Day Period is incorrect. I'm assuming it grabs this data from the time picker, ...
Gabriel's user avatar
  • 386
3 votes
1 answer
989 views

I am getting errors on this flutter plugin: date_utils. I have run pug get so many times, onchange of the plugin versions. What could be the issue? It also gave me different errors like: "...
isofttechn's user avatar
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
0 votes
1 answer
2k views

Date picker screenshot hello I had a code here that can pick date and time but my problem is I cannot pick in the previous dates. who had an idea on how to open all the dates. like in my screenshot ...
Rayjay's user avatar
  • 25