Mostrando postagens com marcador Flutter. Mostrar todas as postagens

Error: Unable to find git in your PATH - ( Ubuntu )

Durante a instalação/configuração do Flutter, ao executar o comando flutter doctor, retornava o seguinte erro: Error: Unable to find git in your PATH.

O problema foi resolvido fazendo uma instalação com o comando abaixo:

sudo apt-get install git
Um comentário: