Eric Seidel

Results 803 comments of Eric Seidel

Is this on a build machine or a local machine?

Sorry for the delay. Bryan's earlier comment: https://github.com/shorebirdtech/shorebird/issues/2877#issuecomment-2651984496 is correct. The problem is that on this machine somehow part of the git repository (that Flutter uses to install itself) ended...

Thanks again for the report. Let us know if we can be of further assistance.

My understanding is that the only check we perform for "native changes" on iOS is checking that the Podfile.lock hash matches. This is because XCode makes other unstable modifications to...

Oh, sorry. This is about android. I see in the original message this involves: ``` base/dex/classes.dex base/dex/classes2.dex ```

That typically means that java/kotlin code is changing. Which can be caused by changes to Dart packages if they have a "native" component. Typically checking in pubspec.lock prevents such changes...

I see that you're asserting that these are dart only changes. I wonder if there could be some part of your gradle configuration which is changing the .dex files on...

We definitely could/should provide more information when .dex files differ: https://github.com/shorebirdtech/shorebird/issues/2226

Going to resolve this as a dupe of https://github.com/shorebirdtech/shorebird/issues/2226 for now.

I don't know much about nix, so I don't know what's involved here. But if you're willing to link to the relevant docs or examples or post a PR, that'd...