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

split-per-abi #62

Open ibrahim-gul opened 3 years ago

ibrahim-gul commented 3 years ago

Regarding to the latest Flutter documentation (https://flutter.dev/docs/deployment/android), it recommends running the command. Can you please add a build option split-per-abi.

flutter build apk --split-per-abi

iamarvil commented 3 years ago

I second this - I had to do a manual bin/flutter build apk --split-per-abi to get around this, ~but this also means I wouldn't be able to use version: 'latest' since i'll need to know the exact path of the flutter_root - so~ having this option would be great!

EDIT: just found out I can use $(FlutterToolPath) - but still, having split per abi built in would still be great! 👍

hey24sheep commented 3 years ago

@ibrahim-gul @iamarvil I have added this feature on my fork, you could check or download extension from here