stuartmorgan-g

Results 1203 comments of stuartmorgan-g

> Also, Windows 10 Arm64 will not support x64 emulation. That feature is exclusive to Windows 11 on Arm64, so we can't fully rely on the emulation to have coverage...

Isn't the fact that mainstream ARM laptops running Windows 10 (one of the platforms Flutter supports) are being sold right now a strong use case? It's not like we're talking...

> Windows 10 on Arm is in `Other` Source for that? How do you know it's not lumped into "Windows 10 64 bit" (given that it is both)? I'm also...

> [flutter_lints](https://pub.dev/packages/flutter_lints/versions/2.0.0) doesn't go and look at the implementation in the if of the export That's how the Dart analyzer works; it's not related to the `flutter_lints` package. That would...

Currently the Dart side is getting position by periodic polling, which causes it to be slightly out of sync with the native side (see https://github.com/flutter/flutter/issues/90114 and https://github.com/flutter/flutter/issues/90080 for other symptoms...

I am referring to using [this method](https://github.com/flutter/plugins/blob/9990a4b1d72158a14924d712e89d4efef3f178d2/packages/video_player/video_player/lib/video_player.dart#L540-L546) instead of `value.position`.

> @stuartmorgan Do you know if this feature would be a part of that work? I wasn't aware that there was any remaining issue with the post-submit checkin; as far...

/cc @reidbaker The issue here is that we updated a dependency (via Dependabot) to a version that turns out to want some newer versions of things than we have in...

The error is: > [ ] C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.34.31933\include\cassert(9,10): fatal error C1083: �޷��򿪰����ļ�: ��assert.h��: No such file or > directory [D:\WBH\flutter\learn\build\windows\flutter\flutter_wrapper_app.vcxproj] > [ ] C:\Program Files (x86)\Microsoft Visual...