-
Notifications
You must be signed in to change notification settings - Fork 238
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Add support to shorebird #757
Comments
@SamuelGadiel, can you take a look at having custom versions? You would just have to add the SDK. Also, the flutter-url will point to the Git repository of the Flutter SDK, so if that is what Shorebird provides, it would work seamlessly. |
From what I understood, custom versions have to be manually installed, which defeats the purpose of managing the sdks automatically. But the flutter-url looks promising How can I check that it worked? I ran both But in both commands the |
Now that I'm checking |
@leoafarias pyenv (Python), jabba (Java) and many other Version Managers support more than just the official installation. |
I am not opposed to it. However, I don't know if it's that straightforward, and it might be tough to maintain as it seems to be more than just a fork. |
Working on a project that have both fvm and shorebird is such a conflicting combination. I just wanted to build my project with the current fvm version. But shorebird on other hand is just gonna download its own version. If only there was a way for linking up the same path of flutter to both shorebird and fvm, I'd not have to download same flutter version for each project twice, taking up all the space on my PC. |
Shorebird doesn't use the vanilla Flutter SDK, they have modified the SDK to allow for code push. |
What I thought is that we could have a way to manage the SDK that Shorebird downloads using the FVM But that would imply that FVM could download the binaries from Shorebird. I mean, it can, but I don't know if it should... |
I use FVM to manage the pure Flutter versions, and it works pretty well.
But now I'm studying about CodePush and Shorebird, which is a modification of the Flutter SDK
As far as I know FVM does not have support for changing the source repository
It would be great to have a way to configure the source from where we want to get the SDKs.
I see that
fvm config
has a--flutter-url
parameter. But how does it work?Can I use it to change the source repository to point to shorebird?
If not, we could make it a configuration parameter, with the default for the Flutter repository
And add the option to change the source repository, with some given options.
Something like
The text was updated successfully, but these errors were encountered: