leoafarias / sidekick

A simple app to make Flutter development more delightful
BSD 3-Clause "New" or "Revised" License
1.57k stars 101 forks source link

Fix Linux Compatiblity check detection #224

Closed aguilaair closed 2 years ago

aguilaair commented 2 years ago

It seems Git is not detected unless installed through Brew, which is very strange as the implementation is simply running git and looking for See 'git help git' for an overview of the system, which the default version also outputs.

Needs investigation