i already added a folder inside android directory called linklibrary and add .aar file and also include build.gradle file inside gradle I added
configurations.maybeCreate("default")
artifacts.add("default", file('E4link-1.0.0.aar'))
is there anyone know the steps of how to integrate .aar dependency to my flutter project and also know how to use those library functions inside the flutter project.
I am new to flutter
