build_pipe 0.2.0 copy "build_pipe: ^0.2.0" to clipboard
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
7
likes
0
points
1.26k
downloads

Publisher

verified publishervieolo.com

Weekly Downloads

Build pipline for Flutter apps for different target platforms

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

crypto, path, yaml

More

Packages that depend on build_pipe