androidOutputApks property
The directory containing Android APKs generated by the build process
Path: build/app/outputs/flutter-apk
Implementation
static final Directory androidOutputApks = Directory(
path.join("build", "app", "outputs", "flutter-apk"),
);