config:
Host github # can be anything, just an identifier
HostName github.com # your git host
PreferredAuthentications publickey # authentication mechanism
User git # standard username when authenticating with git
IdentityFile # path to your private key
Using a private git repo as a dependency in Flutter
How to access private repo packages in flutter using
Using Dart & Flutter Packages from a Private Git Repo