In Flet v0.26.0, when packaging an app using flet build, missing stuffs (like Flutter or JDK) are auto-installed to ensure the build's success.
Issue with this is, we don't ask the dev's permission before installation.
A yes/no QA interaction should be implemented to be sure the user is OK with it.