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 2026Releases
latest 16-
0.3.206 Apr 2026Release notes
Open source →2026-04-06
- Added the ability to select one (or more) target platform of a workflow by passing the
--override-target-platformsCLI option - Added the much overdue
--helpflag 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
Release notes
Open source →2026-04-06
- Added the ability to select one (or more) target platform of a workflow by passing the
--override-target-platformsCLI option - Added the much overdue
--helpflag for all commands - Fixed a bug in the validation of the publish config of the iOS apps
- Added the ability to select one (or more) target platform of a workflow by passing the
-
0.3.121 Jan 2026Release notes
Open source →2026-01-21
- Fixed the error where a build command would result in a buffer overflow, commonly seen while building macOS apps
Release notes
Open source →2026-01-21
- Fixed the error where a build command would result in buffer overflow, commonly seen while building macOS apps
-
0.3.015 Jan 2026Release notes
Open source →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
Release notes
Open source →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
-
0.2.719 Dec 2025Release notes
Open source →0.2.7
2025-12-19
- Fixed the error while running processes on windows (#4)
- Added support for
pre_build_commandwhich is run before the platform build commands - Added the ability to funnel the cmd args passed to the
dart run build_pipe:buildcommand 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
Release notes
Open source →2025-12-19
- Fixed the error while running processes on windows (#4)
- Added support for
pre_build_commandwhich is run before the platform build commands - Added the ability to funnel the cmd args passed to the
dart run build_pipe:buildcommand to the platform build commands - Added support for project version without the
+
-
0.2.617 Dec 2025Release notes
Open source →2025-12-17
- Improved the error handling while dealing with the log files
- Improved the logging of the build process to the terminal
Release notes
Open source →2025-12-17
- Improved the error handling while dealing with the log files
- Improved the logging of the build process to the terminal
-
0.2.511 Nov 2025Release notes
Open source →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.
-
0.2.415 Sep 2025 -
0.2.315 Sep 2025 -
0.2.108 Sep 2025 -
0.2.021 Aug 2025Release notes
Open source →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 thequery_param_versioning_typefield of web. -
0.1.516 Aug 2025Release notes
Open source →2025-08-16
- Added example
- Adjusted docs
- Confirmed the web caching for
Flutter v3.35.1
-
0.1.428 Jul 2025 -
0.1.317 Jul 2025 -
0.1.217 Jul 2025Release notes
Open source →2025-07-17
- Added the
xcode_derived_data_path_env_keyproperty 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
- Added the
-
0.1.113 Jul 2025Release notes
Open source →2025-07-13
- Added the
post_build_commandwhich is a command to be run after all platforms are built
- Added the
-
0.1.012 Jul 2025