-
Notifications
You must be signed in to change notification settings - Fork 143
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
feat: Make it possible to only install Shorebird and get Flutter + Dart #434
Comments
https://docs.google.com/document/d/1z_4Z5JMTbk5c4FpayVAb-PTz2wLP-aSCirbieavT3Ws/edit?pli=1 might be relevant (although it looks dead). |
This blocks our ability to be the way you install Flutter. |
I think we could start this by just pulling our own |
We would have to do a lot to get here. I'm not sure this is worth keeping open as a bug for now. |
I doubt we need to do this soon, but eventually we will want to find a different way to hook our shorebird engine into Flutter.
It would allow use of the
flutter
from shorebird for buiding release builds w/o shorebird (e.g a --no-codepush variant). This would allow users to just use the vended copy of Flutter and not have to install their own.It also could pave the way for us to provide more build options (not just codepush) since it's likely that we will want to have different codepush build methods once we have an interpreter mode for iOS (that we might also want to offer on Android).
The text was updated successfully, but these errors were encountered: