Installed software gets removed when I logged in next Time in Android studio Workspace

I have created a android studio workspace in fire base studio. So I tried to use Flutter inside android studio. So i installed flutter SDK in Android studio workspace. When i logged in the workspace next time, there exists only the android studio. Flutter gets uninstalled. Can I keep flutter installed as in real PC.

Thank you.

@Britto_T - adding @parishsu for her thoughts here!

Hi @Britto_T where did you install the artifacts? make sure your installed software are in the /home/user directory for it to be preserved throughout sessions.

Thank you @kirupac and @parishsu for your quick response.