-
Right now it's possible to pass one set of --dart-defines when releasing and a different one when patching.
Maybe that's a feature? But it also feels like maybe something we should automatically m…
-
**Description**
I have no issues with the iOS release, but when applying a patch for iOS, I encounter errors. However, debugging on the simulator runs smoothly without any problems
**Steps To Re…
-
### Steps to reproduce
1- Create a new flutter app with `flutter create`
2- Modify the `android/app/build.gradle` to Include the following flavors:
```gradle
flavorDimensions "track", "cou…
-
**Description**
- We need to use the autoincrement in my CI/CD to publish the versions and avoid errors with this existing version.
```
shorebird list # returns the existing versions on Shorebi…
-
**Description**
when we install shorebird its shows this error becuase github server with http cloning shows this error
```
error: RPC failed; curl 18 Transferred a partial file0 KiB/s
error:…
-
getting the following error when using command **shorebird release android --artifact apk** while if making release apk using flutter build apk command its not giving any error.
```
[ ] FAI…
-
Splitting this off from https://github.com/shorebirdtech/shorebird/issues/435.
Our patch downloads are accessible from China now as part of:
https://shorebird.dev/blog/improved-patch-delivery/
…
-
I believe `flutter upgrade` does this. Right now when you run `shorebird upgrade` it will replace your shorebird, but not recompile it. This means that the next time you run a shorebird command it d…
-
**Description**
When installing shorebird with
`curl --proto '=https' --tlsv1.2 https://raw.githubusercontent.com/shorebirdtech/install/main/install.sh -sSf | bash`
if existing shorebird installat…
-
https://discord.com/channels/1030243211995791380/1271537382579114087/1271537382579114087
```
shorebird detected a dev and prod flavour because I set these up on Android. It's not as trivial to set…