CHB61

Results 8 comments of CHB61

What I did to get around it was use `locale: Localizations.localeOf(context),` on the DateTimePicker widget, and also call `initializeDateFormatting();` in the initState of the widget that contains the DateTimePicker.

@notufure Hello, Currently this feature is not included in the widget, you'd have to manage it from outside but I'd like to add a bool parameter checkAllOption that will show...

@538Michael Hello, No, currently there's not but I'm interested in adding this feature. There's also no way to disable the field entirely. I won't get to these features right away...

Hello, Can you post example code? I'm assuming you're talking about removing an item from the list of selected items in the onTap of the chipDisplay? Issue #5 or #11...

Interested to see this supported. It would also be helpful for widgets like TextFormField where most parameters don't have dartdocs available since they are not class variables. Instead the dartdoc...

@tranvietha2809 Hello, Are you talking about the contentPadding on the AlertDialog? ```dart contentPadding: widget.listType == null || widget.listType == MultiSelectListType.LIST ? EdgeInsets.only(top: 12.0) : EdgeInsets.all(20), ``` a screenshot or code...

@victorcatn Hello, Can you clarify how you would like to manage the selected items and which widget you are trying to do this with? A code example would also be...

Hello, I did try to reproduce this, but I'm not having the same problem. Can you provide a code example that reproduces the issue?