Rexios
Rexios
Theoretically it could be any command that asks for interaction, but the biggest issue is when fvm asks to install a flutter version with `fvm flutter ...`
@leoafarias What do we need to get this functionality in?
@leoafarias Before I do that are we sure we like the flag name "--no-interact"? I didn't put much thought into it and I don't want us to be stuck with...
Maybe "--no-input" would be better? Or even something like "--fvm-no-input" to guarantee it can't conflict with any dart/flutter flags?
@leoafarias Please review this when you get a chance
@leoafarias Do you need anything from me on this?
@leoafarias I appreciate you merging this, but I would strongly prefer the default to be NOT installing a missing flutter version when `--fvm-skip-input` is passed. If a command is running...
The [puby](https://pub.dev/packages/puby) tool can run pub commands in mono-repos in parallel. If a project is set up with fvm, it will call `fvm flutter` commands. In the case that a...
I appreciate the idea but I don't think this should be handled by the generated SDK. Making bursts of request is a very common use-case, and this would make that...
Any solution besides hard-coding the rate limit would be better