Natesh bhat
Natesh bhat

Reputation: 13222

how to add multiple flutter modules built into aar into an existing android project?

I have tried integrating multiple flutter modules after building the aar file for both modules.

But once I include the dependencies , i am getting class conflicts in the gradle build process of android.

How do I fix this ? How do I add multiple flutter modules into a single android app ?

Upvotes: 3

Views: 979

Answers (1)

Uzias
Uzias

Reputation: 141

Actually the flutter doesn't have support you can follow up this issue: https://github.com/flutter/flutter/issues/39707

Upvotes: 5

Related Questions