Sasha Isaienko
Sasha Isaienko
I think another alternative could be to use the native view for a video player on iOS, without copying frames into a texture. I guess [native_video_player](https://pub.dev/packages/native_video_player) does that, but not...
> Is this only an IOS issue? I'm seeing the same issue on Android as well with HDR videos recorded by iPhone 13 mini.
> Using Immich on iPadOS HDR looks good and not pale. 🤔 You're probably viewing the processed videos (where HDR was converted to SDR). The problem is with viewing the...
Let's consider the code navigation in IDE as well. Currently, in order to make IDE navigate to our own code for the state store, and not the generated one, we...
@bendelonlee replacing a key for the whole widget leads to scroll offset and focus nodes state loss. The solution from this PR works without these issues.