Simon Lightfoot

Results 24 comments of Simon Lightfoot
trafficstars

Just experienced this issue today with: https://github.com/arquivolta/desktop/blob/main/lib/platform/win32/arch_to_rootfs.dart ![image](https://github.com/dart-lang/dart-syntax-highlight/assets/906564/4c2ead70-6be0-4844-ae93-d1e6d38092a1) @kevmoo any ideas why this might be an issue?

@rayliverified I solved this by pinning the android package version. ``` video_player: 2.9.2 video_player_android: 2.7.12 ```

I had this same issue, when I was switching Flutter versions. Turns out deleting the pubspec_overrides.yaml files fixed it, and then `melos bs` worked.