SOLAR2D in Flutter app

Hello everyone, I hope you are doing well.
I am currently working on a mobile app for Android using Flutter for educational purposes. The app consists of three parts: a teacher dashboard, an admin dashboard, and games.
I have almost finished the admin dashboard, and I want to start working on the games. However, I am considering using Solar as my game engine, but I am not sure if it is possible or not. Additionally, I am using a real-time database from Firebase, and I will need to store the kids’ scores in the database.
The main challenge is how to launch the game interface from the Flutter code.

Hello, solar2D can be integrated in android and iOS projects using CoronaCards.

Download the sdk here: Releases · coronalabs/corona · GitHub

Thank you, I’ll check it out