python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to Integrate native android .aar file in flutter?
I have a flutter project,where i have to add native android sdk i.e .aar file.
I have added file path in build gradle.But im getting error
missing plugin exception no channel found.
I dont know wher...
sabaresh sharp
Votes: 0
Answers: 0
Is there any way to access methods of one aar file from another aar file in project libs folder?
I generated two aar files from two libraries generated by me and added them to my main project by putting them in the libs folder. Now I can able to access classes of the aar from the main project. Bu...
Arjun Babu C
Votes: 0
Answers: 1