Ahmet KAYGISIZ
Ahmet KAYGISIZ

Reputation: 202

Flutter android library and iOS framework

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?

Upvotes: 0

Views: 265

Answers (1)

AyadRocketfy
AyadRocketfy

Reputation: 116

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

Upvotes: 1

Related Questions