Describe the feature or the problem it solves
Passing build values to flutter build will allow to parallel builds and therefore reduce workflow execution time.
Describe the solution you'd like
[x] Run integration tests before build
[x] Android and iOS builds should be separated as reusable jobs
[x] ~Build values can be passed like so flutter build appbundle --build-name=1.0.0+2 --build-number=3~
[x] When creating release, builds should be paralleled with matrix
Describe the feature or the problem it solves Passing build values to
flutter build
will allow to parallel builds and therefore reduce workflow execution time.Describe the solution you'd like
flutter build appbundle --build-name=1.0.0+2 --build-number=3
~