PackageTrack
Sign in Get early access

build_pipe

The pipline to build & publish Flutter apps for different target platforms

0.3.2 2.8K downloads/mo #4747 most downloaded on pub.dev vieolo/flutter_build_pipe

What this package is like to depend on

Last release 4 months ago

06 Apr 2026

Ships fairly regularly

a new release about every 4 weeks

Nearly every release is documented

notes for 16 of 16 stable releases

Nothing withdrawn

no release was ever pulled

1 years old

16 releases · first in 2025

9 releases in the last 12 months

see the full history below

Release timeline

16 releases · Jul 2025 to Apr 2026
2026
Release Pre-release

Releases

latest 16
  1. 0.3.2 06 Apr 2026
    Release notes

    2026-04-06

    • Added the ability to select one (or more) target platform of a workflow by passing the --override-target-platforms CLI option
    • Added the much overdue --help flag for all commands
    • Fixed a bug in the validation of the publish config of the iOS apps

    Thanks to @bigbn for his contribution in implementing the target platform filtering flag

    Open source →
    Release notes

    2026-04-06

    • Added the ability to select one (or more) target platform of a workflow by passing the --override-target-platforms CLI option
    • Added the much overdue --help flag for all commands
    • Fixed a bug in the validation of the publish config of the iOS apps
    Open source →
  2. 0.3.1 21 Jan 2026
    Release notes

    2026-01-21

    • Fixed the error where a build command would result in a buffer overflow, commonly seen while building macOS apps
    Open source →
    Release notes

    2026-01-21

    • Fixed the error where a build command would result in buffer overflow, commonly seen while building macOS apps
    Open source →
  3. 0.3.0 15 Jan 2026
    Release notes

    2026-01-15

    • Improved the logging to the terminal in both build and publish commands
    • For platforms where the publish command is supported, the publish config can be present without the build config

    Breaking changes: This version introduces two major breaking changes. You can read a migration guide in the docs.

    • This version introduces workflows, allowing you to define multiple build or publish workflows in your pubspec and call them using the dart run build_pipe:<command_name> --workflow=<workflow_name> command (#9)
    • Each platform now has a separate build and publish config, instead of having the build config directly in the platform object
    Open source →
    Release notes

    2026-01-15

    • Improved the logging to the terminal in both build and publish commands
    • For platforms where the publish command is supported, the publish config can be present without the build config

    Breaking changes: This version introduces two major breaking changes. You can read a migration guide in the docs.

    • This version introduces workflows, allowing you to define multiple build or publish workflows in your pubspec and call them using the dart run build_pipe:<command_name> --workflow=<workflow_name> command (#9)
    • Each platform now has a separate build and publish config, instead of having the build config directly in the platform object
    Open source →
  4. 0.2.7 19 Dec 2025
    Release notes

    0.2.7

    2025-12-19

    • Fixed the error while running processes on windows (#4)
    • Added support for pre_build_command which is run before the platform build commands
    • Added the ability to funnel the cmd args passed to the dart run build_pipe:build command to the platform build commands
    • Added support for project version without the +

    Thanks to @mtc-creations for his PR which included all of the items above

    Open source →
    Release notes

    2025-12-19

    • Fixed the error while running processes on windows (#4)
    • Added support for pre_build_command which is run before the platform build commands
    • Added the ability to funnel the cmd args passed to the dart run build_pipe:build command to the platform build commands
    • Added support for project version without the +
    Open source →
  5. 0.2.6 17 Dec 2025
    Release notes

    2025-12-17

    • Improved the error handling while dealing with the log files
    • Improved the logging of the build process to the terminal
    Open source →
    Release notes

    2025-12-17

    • Improved the error handling while dealing with the log files
    • Improved the logging of the build process to the terminal
    Open source →
  6. 0.2.5 11 Nov 2025
    Release notes

    Release Note

    Released on 2025-11-11

    Android publishing

    Added the ability to publish the Android app to the Play Store using the Play Store API. Please take a look at the docs on how to setup the environment to use the API and how to configure your project.

    Open source →
    Release notes

    2025-11-11

    • Added the publish feature for Android
    Open source →
  7. 0.2.4 15 Sep 2025
    Release notes

    2025-09-15

    • Updated the README
    Open source →
  8. 0.2.3 15 Sep 2025
    Release notes

    2025-09-15

    • Fixed the doc folder name
    Open source →
  9. 0.2.1 08 Sep 2025
    Release notes

    2025-09-08

    • Fixed the log file on windows
    Open source →
  10. 0.2.0 21 Aug 2025
    Release notes

    2025-08-21

    Breaking change: The default behavior of web cache busting is changed. Previously, to bust the cache, we used the appliation's version. e.g. ?v=0.12.3. Now, the default behavior is adding a random hash to bust the cache on every build. You can control the behvavior using the query_param_versioning_type field of web.

    Open source →
  11. 0.1.5 16 Aug 2025
    Release notes

    2025-08-16

    • Added example
    • Adjusted docs
    • Confirmed the web caching for Flutter v3.35.1
    Open source →
  12. 0.1.4 28 Jul 2025
    Release notes

    2025-07-28

    • Fixed the local paths on windows and linux
    Open source →
  13. 0.1.3 17 Jul 2025
    Release notes

    2025-07-17

    • Fixed the race condition for logging the web cache bust
    Open source →
  14. 0.1.2 17 Jul 2025
    Release notes

    2025-07-17

    • Added the xcode_derived_data_path_env_key property to the config which is the name of the environmental variable having the path to XCode derived data as value.
    • Improved the printing of the text to the terminal
    Open source →
  15. 0.1.1 13 Jul 2025
    Release notes

    2025-07-13

    • Added the post_build_command which is a command to be run after all platforms are built
    Open source →
  16. 0.1.0 12 Jul 2025
    Release notes

    2025-07-12

    • Initial release
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive