darshankawar
darshankawar
@matheusqro I don't know about the ijkplayer plugin since it seems to be 3rd party. I am going ahead and keeping this open since I can't replicate it due to...
May be related / similar to https://github.com/flutter/flutter/issues/34642, https://github.com/flutter/flutter/issues/55090, https://github.com/flutter/flutter/issues/46460, https://github.com/flutter/flutter/issues/46628
> This should be fixed by [flutter/engine#24888](https://github.com/flutter/engine/pull/24888). Some devices decode video into large surfaces. Flutter Engine was not handling the transformation matrix correctly previously, but it is handled correctly now....
> On some videos especially on iOS there is a PlatformException with timeout @JasonTheDynamite Can you provide us a reproducible code that throws this error ?
> ``` > Swift Compiler Error (Xcode): 'StateObject' is only available in iOS 14.0 or newer > /Users/bahadirarslan/Development/Flutter/myproject/ios/MyProject%20Watch%20App/MainView.swift:10:5 > > Swift Compiler Error (Xcode): 'main()' is only available in iOS...
@bahadirarslan Sorry for late reply as I was on vacation. Based on above findings, I will keep the issue open and label for team's tracking.
Verified and replicable on latest stable. 1. With `obscureText : false`: 2. With 'obscureText: true`: flutter doctor -v ``` [✓] Flutter (Channel stable, 1.22.4, on Mac OS X 10.15.4 19E2269...
Verified this issue using latest versions and observed that the behavior persists. stable, master flutter doctor -v ``` [✓] Flutter (Channel stable, 3.3.10, on macOS 12.2.1 21D62 darwin-x64, locale en-GB)...
Thanks for the report @bahadirarslan Although the error looks genuine, can you try to provide us complete runnable code ? I tried with plugin [example](https://github.com/flutter/packages/tree/main/packages/in_app_purchase/in_app_purchase/example/lib) but maybe missing a step...
I will keep the issue open for team's tracking. Based on https://github.com/flutter/flutter/issues/159844, it seems to be a genuine error, although [this](https://github.com/flutter/flutter/issues/158894#issuecomment-2487040599) is something you can check for reference. Once you...