I have an existing Android project that using a jar library, this project i will re developpe it using Flutter (dart), but my issue is that i didn't find a way to add this .jar library, also for .so files, it's possible to do that in Flutter project ?
as @mmcdon20 said in his comment, using the platform channels helps me to communicate between dart code and my android code (kotlin)