Stenio Oliveira
Stenio Oliveira
> @steniooliv if you have the time, can you check that this patch passes in your locale? here there was an error: ``` ❯ flutter doctor -v [!] Flutter (Channel...
> > > @steniooliv if you have the time, can you check that this patch passes in your locale? > > > > > > here there was an error:...
> @steniooliv have you also confirmed that you're on the right branch? If you're on the master branch on my fork, you won't have the updated code Yes, in `flutter...
> ! Upstream repository https://github.com/eliasyishak/flutter.git is not a > standard remote. right below ``` ! Upstream repository https://github.com/eliasyishak/flutter.git is not a standard remote. ``` I deleted cache folder, and try...
> > > ! Upstream repository https://github.com/eliasyishak/flutter.git is not a > > > standard remote. > > > > > > right below > > ``` > > ! Upstream...
hi guys, i create a pull request (#119269) to resolve this issue https://github.com/flutter/flutter/issues/117890, i think that this issue is same, right?
> Hi @steniooliv, yes this is the same problem for different locales. And while your PR does fix the issue, the better approach would be to use the windows command...
> > > Hi @steniooliv, yes this is the same problem for different locales. And while your PR does fix the issue, the better approach would be to use the...
I know that the `ver` command generates less text, but I believe that using a standard windows program that works in any terminal can be a safe alternative
> If you turn on the `runInShell` boolean to `true` in the run method, it will resolve the information correctly. We actually use this approach already within the tool here...