-
Notifications
You must be signed in to change notification settings - Fork 29.1k
Closed
Labels
c: new featureNothing broken; request for a new capabilityNothing broken; request for a new capabilityc: proposalA detailed proposal for a change to FlutterA detailed proposal for a change to Flutterf: date/time pickerDate or time picker widgetsDate or time picker widgetsf: material designflutter/packages/flutter/material repository.flutter/packages/flutter/material repository.frameworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.
Description
Use case
Date pickers are great, but sometimes users need to pick a range of dates spanning days, weeks, months, or even years.
It avoids having to use two fields like so:
(Yes I know it's the same date! It's just to show the two fields.)
Why would you use two fields when you could use just one?
Proposal
There's packages for date range pickers (https://pub.dev/packages/date_range_picker, https://pub.dev/packages/flutter_date_pickers) but it's not official and it's a part of the material design specifications. Android has this functionality so should Flutter. This should be natively supported in Flutter and as far as I can tell, it isn't.
(Source: Pickers)
Metadata
Metadata
Assignees
Labels
c: new featureNothing broken; request for a new capabilityNothing broken; request for a new capabilityc: proposalA detailed proposal for a change to FlutterA detailed proposal for a change to Flutterf: date/time pickerDate or time picker widgetsDate or time picker widgetsf: material designflutter/packages/flutter/material repository.flutter/packages/flutter/material repository.frameworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.