auto_size_text_field icon indicating copy to clipboard operation
auto_size_text_field copied to clipboard

Controller parameter is not null-safe

Open MrLepage opened this issue 1 year ago • 0 comments

The documentation on the controller parameter says that If null, this widget will create its own [TextEditingController] but it is not the case.

If a null controller is provided, it is force casted to its non-nullable type in the initState which lead to an Exception.

MrLepage avatar Sep 12 '23 12:09 MrLepage