Search code examples
androidflutterdartjar

it's possible to add a jar library to a Flutter project (dart)?


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 ?


Solution

  • as @mmcdon20 said in his comment, using the platform channels helps me to communicate between dart code and my android code (kotlin)