anKii

Results 17 comments of anKii

I resolved this issue by create new Flutter Engine with custom MyPlatformViewController extend PlatformViewController https://github.com/flutter/engine/pull/34182/commits/991471b66d1dced23b0962b6440314ae7c4a787d **MyPlatformViewController:** ```kotlin class MyPlatformViewsController : PlatformViewsController() { override fun toMotionEvent( density: Float, touch: PlatformViewsChannel.PlatformViewTouch?, usingVirtualDiplays:...

@ghadeeraqraa1992 so, can we intergrate mapbox v9 on android-auto?

@ghadeeraqraa1992 looking for the solution continuously :(

check internet connection on your device/emulator bro

I found a solution related to this case https://github.com/felangel/bloc/issues/3757#issuecomment-1620507186 Hope this help 🙏

I have tried with TextureView but it cant render without attached to a View

> @pengdev I have saw your auto example, that's a great job, want to know some important changes for adapting auto, thanks your sharing more. can you share the example?