Leo Farias

Results 221 comments of Leo Farias

I don't think so. This line is to solve the issue of having to press R and ENTER to reload Flutter for example. This is needed to have the same...

@Albert221 Not sure if you are using a mac or not, but one of the ways to work around this is to call the cached FVM directly. For example I...

@Albert221 I believe I will be closing this issue. I had some time to dig a bit deeper and found the same behavior within flutter tools when calling pub commands....

@kuhnroyal very helpful info, will dig in to see what they are doing behind the scenes

@kuhnroyal just ran a quick test. It seems the outdated command works for pub items. But passing the flag `--color` to `fvm flutter test --color` for example does not have...

@acoutts it's not in the works.. per se.. but I am keeping it open if we can gain a bit more insight on how to make this happen, but since...

hmmm @fzyzcjy I believe you can only have one Flutter version per "workspace/project" if that is the case are you able to separate these apps into multiple projects?

@fzyzcjy this might be a limitation of the Android studio flutter plugin. I am not sure I understand the use case as the Flutter version will impact all linting, code...

@Mao-x-w I might add this as a config option

That is a great suggestion. Do you want take a stab at it with a PR, it would be important to maintain both directories, to offer backwards compatibility, and provide...