Would I be able to do Flutter development on OST?

I’m interested in learning Flutter. But as per their install page, they support Debian/Ubuntu.
There are some software dependencies that are not available in OST repos.
Such as: libglu1-mesa and xz-utils
And then there are some dependencies for Android Studio. Would I be able to get around these dependencies by using Android Studio as a flatpak or snap?

Is there a way I can develop using Flutter on OST?

All the depencies are solvable, but they have some other names and you have to download the bin files and source them in your paths.

Actually I have a running flutter dev enveironment on LEAP:

flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.19.5, on openSUSE Leap 15.5 5.14.21-150500.55.52-default, locale de_DE.UTF-8)
[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
[✓] Chrome - develop for the web
[✓] Linux toolchain - develop for Linux desktop
[✓] Android Studio (version 2023.2)
[✓] VS Code (version 1.88.1)
[✓] Connected device (2 available)
[✓] Network resources

• No issues found!

Distrobox is perfect for dev containers: