Mohammad

Results 15 comments of Mohammad

I am getting same issue on Redmi 9T , until now i am not found any solution. if you solved this issue add here

Check which image is sending to ml kit. I think problem in sending image. > Check which image is sending to ml kit. I think problem in sending image. i...

@rayliverified any answer about this issue or any one solved this?

Same error but when use bibucket pipelines its appear , but on my device when use 1.9.24 kotlin version and set dist gradle version in gradle-wrapper.prop to 7.5-all.zip its work...

> same error > > at least you can bypass it with if you set in gradle.properties > > kotlin.jvm.target.validation.mode=IGNORE when update to use ext.kotlin_version = '1.9.0' , classpath 'com.android.tools.build:gradle:8.0.2'...

> [@Mohammad-Abureesh](https://github.com/Mohammad-Abureesh) this behaviour only observed in android 15 devices because flutter default edge to edge feature in enabled you can control that by using > > ``` > SystemChrome.setEnabledSystemUIMode(SystemUiMode.manual,...

> this is a known issue that emerged with Flutter 3.32, particularly related to how system insets and gesture navigation are handled on some Android devices. Many developers have reported...

@alihassan143 , This might partially address the issue, but the bottom bar still appears when it shouldn’t: ``` SystemChrome.setEnabledSystemUIMode(SystemUiMode.manual, overlays: [SystemUiOverlay.top]); ``` To properly fix this on Android SDK 35+,...

> [@Mohammad-Abureesh](https://github.com/Mohammad-Abureesh) Can you provide device details in which you are seeing the reported behavior ? Are you using any plugin / platform-view in your code that shows the reported...

> > Specifically, the system bottom navigation bar overlaps or hides interactive elements located at the bottom of the app UI. > > Did this start to occur only after...