Eric Seidel
Eric Seidel
Thanks. The e2e test here should run`shorebird release android` in one directory, rename/move the directory and `shorebird release patch` (no changes) and see that it doesn't detect native changes. I...
Flutter 3.32.0 isn't yet released to Flutter stable (and thus isn't yet supported by Shorebird). So in this example, Shorebird is attempting to build your app with 3.29.3 (the latest...
The incompatibility here isn't coming from any package from Shorebird, but rather from the Flutter SDK itself. This is just that you have a source base which is depending on...
We're nearly done with the Flutter 3.32.0 roll. Hopefully will ship today.
For context, this roll was much harder than normal. We started last Friday (when 3.32.0 was still beta), but with me out for I/O Tues/Weds we weren't able to complete...
We were unable to complete the release early enough today to release before the long weekend (Monday is a US holiday) but we expect to release before noon Pacific Time...
Shipping as we speak. Thanks for your patience.
Thank you. I must have regressed this (as part of attempting to fix it). The fix is probably going to be to need to complete the work in https://github.com/shorebirdtech/shorebird/issues/2105 In...
I don't see any failure in those logs? I think we'd need to see the logs above the failure message, everything below looks normal.
This is due to https://docs.shorebird.dev/code-push/performance/. This type of failure is uncommon, but does happen. It happens when the Dart compiler decides to "optimize" a part of the patch in a...