My question is, how do I use .aar files for android and iOS frameworks in flutter?
I am coding a program and I am using flutter. I found .aar files for program and iOS frameworks. How do I integrate both and use them?
I think what you need to use method channel so you can call native code and can connect from Flutter to Android and iOS. https://flutter.dev/docs/development/platform-integration/platform-channels