Victor Manuel Lagunas Franco

Results 5 comments of Victor Manuel Lagunas Franco

I have the same error , I am seeing that it is when the video does not finish loading, I will try to solve it and send my answer.

> # Trying it: https://pub.dev/packages/flutter_google_places_hoc081098 > * Migrated to null-safety. > * Updated dependencies to latest release. > * Refactoring by using RxDart for more power. > * Fixed many...

I had the same issue, the problem is that the plugin design cannot be modified. Can I correct the problem and make a pull request? I think it's a bit...

sorry, thank you for the answer, but I want to know Why before worked without that setting , I mean before I don't needed set all that is it for...

@Umar1312 @phuppert The problem is it.. flutter tries to draw the component before the render is finished, and to wait for this we can use the LayoutBuilder. With this, it...