The native Android documentation addresses how to add aar files to an Android project. However, opening the Flutter android project and adding the aar file provides us with no headway. AAR files can contain Android resources and a manifest file, which lets you bundle in shared resources such as Kotlin or Java classes and methods.

Table of contents
Scaffolding the project 🚧Adding aar file to Flutter pluginHow to use the pluginAdding aar file to Flutter project1 Comment
Sort: