clragon

Results 138 comments of clragon

Thank you for your report. This problem is caused by an issue upstream. https://github.com/flutter/flutter/issues/140547

The issue has already been fixed on the master branch of the flutter sdk. We will have to wait for the next flutter release for this issue to resolve here.

Hi @davidmartos96, thanks for your issue. It's currently unclear to me whether this would be desirable behaviour. I have to investigate whether this would be a good feature. In the...

Thank you for the elaborate example. I understand the issue better now. I will investigate how we can fix this when I have time.

@davidmartos96 The `resize` method is already public and you can call it on the controller whenever you need to. @frederikstonge This behaviour is already part of the package, though it...

The underlying issue here is that the suggestions box is closed when the textfield loses focus. Because closing the keyboard will unfocus the textfield, the suggestions box will close. I...

Unfortunately I do not know that. The previous code base was very different from the current one. I will investigate it when I have time.

The logical solution to this, in my opinion, would be to use a nested navigator to provide your values accross all the pages that you need to have those Providers...