I'm trying to debug my flutter project on in chrome browser using GitPod but I'm new to both. I found a repo on GitHub that achieves this: https://github.com/vtorres/gitpod-flutter
and I tried saving the raw .gitpod.yml and .gitpod.dockerfile and adding them to my project repo but I was not able to successfully run / debug in chrome: https://github.com/XavierRenegadeAngel/firestore-troubleshooting
any ideas what I'm missing here or how this can be done? thank you!
also, is there a way to emulate android with gitpod for flutter projects?