I have a Xamarin application that I want to use as a simple portal to other applications. I wanted to know if it was possible to integrate flutter modules into it.
The Flutter documentation (https://docs.flutter.dev/add-to-app) only seems to talk about Java and Kotlin, and there's no graddle files in xamarin apps.. As for Xamarin, I tried to follow the procedure to bind an AAR file (https://learn.microsoft.com/fr-fr/xamarin/android/platform/binding-java-library/binding-an-aar) but I can't find my object classes in the reference explorer...