Simon Lightfoot
Simon Lightfoot
Just experienced this issue today with: https://github.com/arquivolta/desktop/blob/main/lib/platform/win32/arch_to_rootfs.dart  @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 ```
@felangel whats your thoughts?
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.