leoafarias / fvm

Flutter Version Management: A simple CLI to manage Flutter SDK versions.
https://fvm.app
MIT License
4.72k stars 233 forks source link

[Feature Request] Allow to use ssh-like flutter url #746

Closed kitsuniru closed 5 months ago

kitsuniru commented 5 months ago

Hi, it's cool that we can use custom flutter url, but there's exist problem using SSH-like urls

✗ Invalid Flutter URL: "git@gitlab.com/_/___/custom_sdk". Please change config to a valid git url

kitsuniru commented 5 months ago

Found an answer, use it like this: ssh://git@gitlab.com/_/__/custom_sdk.git