Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 480 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 480 Bytes

flutter-aar-demo

this is a simple android project that demonstrates how to add an aar file in flutter and run a flutter app from native android code.

How to launch ?

Just run the app on any android device/emulator and click on Hello World text view to launch the flutter aar on from the MainActivity. (app/src/main/java/com/ashank/fluttersdk/MainActivity.java)

Where to find the aar file ?

the standard path for an aar file is project-name/module-name/build/outputs/aar/