Aleksandr Beliakov

Results 14 comments of Aleksandr Beliakov

Same issues, it is working in Android 13 Samsung, but stuck in Android 13 Google Pixel, i'm tried debug it, in Java method adatapter.write - not response

> in android 13 device working? I have 2 device with 13 Android, Google Pixel and Samsung s22 ultra, and in Samsung that work perfrectly but in Google Pixel method...

> after uninstall the webview update (https://play.google.com/store/apps/details?id=com.google.android.webview) it working again. thanks, it is work for me, bug in webview system it is very funny :D

> Means issue resolve in your app? it is not application issue, it is issue android webview component in devices, all people who get this bug should be remove update...

> But how?? Can you pls provide step to solve I am new to flutter so > > Actually i also use webview_flutter for webview content in my app In...

> @mozomig that's not the solution! for app it is not good say to user uninstall the android webview from playstore and it works > > need to find solution...

you can use this solution for hack 5.9.0 version https://github.com/OpenFlutter/flutter_screenutil/issues/558#issuecomment-2047043378

> ```dockerfile > FROM dart:stable AS build > WORKDIR /app > > COPY pubspec.* ./ > RUN dart pub get > > COPY . . > > RUN dart pub...

I have the same issue, it happens because animation controller in type_indicator.dart always repaints, simple solution if you don't need type_indicator you can remove it, it is work fine for...