aloisdeniel / vsts-flutter-tasks

Flutter build tasks for Azure DevOps Pipelines/TFS.
https://marketplace.visualstudio.com/items?itemName=aloisdeniel.flutter
105 stars 83 forks source link

Add support for AAR #71

Open rajatanantharam opened 3 years ago

rajatanantharam commented 3 years ago

To be able to integrate a flutter module to an existing android application, one approach is to generate a AAR file. See : https://flutter.dev/docs/development/add-to-app/android/project-setup#option-a---depend-on-the-android-archive-aar

I have added a support where we can choose to build an aar file with azure pipelines.