You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm building Flutter App with Github Actions (of course cannot live without flutter-action), my problem is I have been customized some files in Flutter Engine, Flutter SDK to develop my app so I cannot use pure Flutter SDK as flutter-action provided when building.
Can I do some workaround to use custom flutter sdk in flutter-action?
Thank you!
The text was updated successfully, but these errors were encountered:
thaidmfinnick
changed the title
[QUESTION] Is it possible to use custom flutter sdk
[QUESTION] Is it possible to use custom Flutter SDK?
May 10, 2024
Hey – it's not possible currently, but this sounds like a valid feature request to me. An example is actions/setup-java Action and how it allows for installation of different JDK distributions.
Please feel free to write down how'd you like this feature to look like, and make a PR.
Actually I haven't understood how Flutter SDK, Engine was built and joined together on GHA so I'm not sure it's possible.
Look forward to seeing your response!
Hi, I'm building Flutter App with Github Actions (of course cannot live without
flutter-action
), my problem is I have been customized some files in Flutter Engine, Flutter SDK to develop my app so I cannot use pure Flutter SDK asflutter-action
provided when building.Can I do some workaround to use custom flutter sdk in
flutter-action
?Thank you!
The text was updated successfully, but these errors were encountered: