-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Open
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projectc: 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.team-designOwned by Design Languages teamOwned by Design Languages teamtriaged-designTriaged by Design Languages teamTriaged by Design Languages team
Description
Use case
My design created his own style range date picker, but since CalendarDateRangePicker class is not exported /material/pickers/pickers.dart (only the function showDateRangePicker) we can use this as a widget, so we can customize, com compose anything with this function.
Proposal
at /material/pickers/pickers.dart
add CalendarDateRangePicker together with showDateRangePicker
dart export 'date_range_picker_dialog.dart' show showDateRangePicker, CalendarDateRangePicker;
moreirawebmaster, devmrcs, paktalin, Policy56, cedvdb and 4 moremoreirawebmaster, paktalin, cedvdb and desmond206xmoreirawebmaster, paktalin, cedvdb and desmond206xmoreirawebmaster, paktalin, cedvdb and desmond206x
Metadata
Metadata
Assignees
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projectc: 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.team-designOwned by Design Languages teamOwned by Design Languages teamtriaged-designTriaged by Design Languages teamTriaged by Design Languages team
