The pipeline for building & publishing your Flutter app for different target platforms.

Features

General

  • Specify platforms, build commands, and your preferences in pubspec.yaml
  • Logs the output of all build & publish commands for future reviews

iOS & macOS

  • Publishing the iOS app to App Store
  • Optional clearing of XCode's derived data for consistent builds

Web

  • Adds the version query paramter to build files post-build to solve the caching problem of Flutter web (e.g. flutter_bootstrap.js?v=0.12.1)

Usage

Once the configuration is added to your project, you can run the desired command via:

# To build for all given platforms
dart run build_pipe:build

# To publish the built app to the given platforms
dart run build_pipe:publish

Read the topics below to setup and configure your project. The configuration is quite simple, and you just need to do it once.

Topics

Install & Setup

Platform Specific config and explanations

Misc.