shorebirdtech / shorebird

Code Push for Flutter and other tools for Flutter businesses.
https://shorebird.dev
Other
1.97k stars 118 forks source link

fix: shorebird release android with multi dimensional, multi word flavor breaks #1973

Open erickzanardo opened 2 weeks ago

erickzanardo commented 2 weeks ago

Description

When trying to release an app with multi dimensional and multi word flavor, for example: stable + playStore = stablePlayStore, the shorebird release command breaks.

Steps To Reproduce

  1. Go to the multi dimensional sample app
  2. Run shorebird release android --flavor stablePlayStore
  3. See error

Expected Behavior

Release should work

Screenshots

If applicable, add screenshots to help explain your problem.

Additional Context

This issue is happening because of a bug upstream in the flutter tool, there is an issue filled for it: https://github.com/flutter/flutter/issues/147261