XuanTung95
XuanTung95
> @tcc13 Do you manage to fix the issues? I am in the same situation. If you find any solution, please share with us. @fasikawsow, you could try to: -...
@fzyzcjy Could you build and distribute your custom engine? Use [recipes](https://flutter.googlesource.com/recipes) to build engine artifacts and modify the framework to download and use your custom artifacts.
@fzyzcjy I just want to test this without building the engine myself and walk through all the docs and code. It's better if there is a version ready to test,...
Could you tell me which branch is ready to test? And any instructions if needed.
`A GlobalKey was used multiple times inside one widget's child list.` It means more than 1 widget uses the same GlobalKey which is Get.nestedKey(Routes.HOME) in your case. I will check...
What does the controller have to do with globalkey error? I think your case is not about the controller, delegate.toNamed(route) may open 2 pages that use the same globalKey. Anyway,...
@illia-romanenko I created a PR for this feature. Please review it if you have time. https://github.com/solid-software/flutter_vlc_player/pull/390
I also confirm `errorListener` cause memory leak. Is this a bug of this package or a Flutter bug?
Could you explain what are you trying to do and why it's not working? It's hard to understand.
It's confusing. Can you describe it by words, it's better than some code.