Marcolav
Results
2
comments of
Marcolav
> try this > > ``` > dependencies: > flutter_webview_plugin: > git: https://github.com/nuc134r/flutter_webview_plugin.git > ``` This is not working for me. This is what I get: `Error: Cannot run with...
I found that the controller I assign to the TextFieldSearch is disposed with the widget. Wouldn't it be better to leave the owner of the controller to dispose the controller?...