Yuri Araújo

Results 5 comments of Yuri Araújo

Thanks, I had implemented this example to look at the operation of ManagedClient, the problem of ManagedClient is that it does not allow session usage, so messages sent by other...

Same problem here, according to microsoft documentation, you need to enable the `ENABLE_VIRTUAL_TERMINAL_PROCESSING` flag, a feature specific to Windows. https://docs.microsoft.com/en-us/windows/console/console-virtual-terminal-sequences?redirectedfrom=MSDN I'm going to do a PR with the fix I...

@jkyeo I do not know if the best solution, I bypassed this problem by setting again in the event "onResume" of the application https://docs.flutter.io/flutter/widgets/WidgetsBindingObserver-class.html

Thanks @SaeedMasoumi Actually, to use as a marker is pretty weird, but maybe it's interesting to use in custom InfoWindows, I just found it strange that there seems to be...

Yes, it's being done in the native layer because Google Maps already provides this feature, but I believe that since we have the Zoom, Latitude and Longitude event on onCameraMove,...