build_pipe 0.1.5
build_pipe: ^0.1.5 copied to clipboard
Build pipline for Flutter apps for different target platforms
0.1.5 #
2025-08-16
- Added example
- Adjusted docs
- Confirmed the web caching for
Flutter v3.35.1
0.1.4 #
2025-07-28
- Fixed the local paths on windows and linux
0.1.3 #
2025-07-17
- Fixed the race condition for logging the web cache bust
0.1.2 #
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
0.1.1 #
2025-07-13
- Added the
post_build_commandwhich is a command to be run after all platforms are built
0.1.0 #
2025-07-12
- Initial release