build_pipe 0.2.0
build_pipe: ^0.2.0 copied to clipboard
Build pipline for Flutter apps for different target platforms
example/README.md
build_pipe example pubspec config #
name: your_project
version: 0.0.1+0000001
dependencies:
...
dev_dependencies:
build_pipe: {latest_version}
flutter:
...
build_pipe:
clean_flutter: true
generate_log: true
print_stdout: false
post_build_command: "sh ./post-build.sh"
xcode_derived_data_path_env_key: PATH_TO_XCODE_DERIVED # the env variable key
platforms:
ios:
build_command: flutter build ipa
android:
build_command: flutter build appbundle
macos:
build_command: flutter build macos
windows:
build_command: flutter build windows
linux:
build_command: flutter build linux
web:
build_command: flutter build web
add_version_query_param: true
query_param_versioning_type: hash