Skip to content
Discussion options

You must be logged in to vote

Hi @carlleeswanson,
AAR (Android Archive) binaries are beneficial when integrating Flutter modules into existing Android applications. Although, if you are not using Flutter modules, it is possible that some plugins used in a fully Flutter-based app may unintentionally generate AAR artifacts. This can occur when plugins require compilation into AAR files as part of their functionality, due to the inclusion of native Android code or resources.

As these are binary files, they are automatically exported once the build is successful.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@carlleeswanson
Comment options

@himesh-cm
Comment options

Answer selected by carlleeswanson
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants