Vladimir E. Koltunov

Results 30 comments of Vladimir E. Koltunov

I have poor repaint performance on almost all 2019-2020 Android devices with Unity 2020.2.1f1 (at least). I remove frameSpeedup/frameCooldown functionality using following: ... private static void FrameRateSpeedUp() { } private...

@stuartmorgan @ditman @camsim99 @bparrishMines Please review that. I have created a new PR that has only the platform implementation packages changes from the PR #3586, because there is interdependency between...

@bparrishMines > @PROGrand This platform implementations contain different code than what is in #3586. Or at the very least, `camera_android` does? Is this intentioinal? Sure intentionally. I followed @stuartmorgan review...

@ditman Can you please review `web` test changes, you requested some time ago?

@ditman I implemented your suggestions for: > https://github.com/flutter/packages/pull/5223#pullrequestreview-1696228052 > https://github.com/flutter/packages/pull/5223#discussion_r1375060277 Can you review changes for `web` implementations?

@stuartmorgan Hello, i applied all suggestions. Including your ones for `camera_windows`. @ditman approved `camera_web`.

@stuartmorgan Thank, you for review. Your suggestions are applied.

This is main PR. Platform interface's PR is here: #3615