Skip to content

appcircleio/appcircle-android-flutter-build-component

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Appcircle Flutter Build for Android

This component builds your Flutter project for Android with the Flutter SDK.

Required Input Variables

  • $AC_FLUTTER_PROJECT_DIR: The root directory of your Flutter project where pubspec.yaml file exist.
  • $AC_OUTPUT_TYPE: Output type for your build file(apk or aab)

Optional Input Variables

  • $AC_FLUTTER_BUILD_MODE: Specifies Flutter build mode. Defaults to: release
  • $AC_FLUTTER_BUILD_EXTRA_ARGS: Additional custom build arguments. For example: --split-per-abi

Output Variables

  • $AC_APK_PATH: Path for the generated .apk file
  • $AC_AAB_PATH: Path for the generated .aab (Android App Bundle) file

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages