Currently on my computer installed Flutter version 3.3, but my project works on 2.5.3 So I'm using fvm for that, I've set up everything, but when I run melos bootstrap, I think it's just running command "flutter pub get" instead of "fvm flutter pub get"
How to fix that?
You can customize the sdkPath so it uses your fvm config like so:
sdkPath: .fvm/flutter_sdk
Link to melos docs: https://melos.invertase.dev/configuration/overview#sdkpath