Eric Seidel

Results 803 comments of Eric Seidel

Thank you for the report. Let us know if we can be of further service.

Hmm, that's definitely unexpected. iOS does take longer than normal. But Android should not. Can you share the commands you're comparing? `shorebird release` does have to download the necessary version...

Hmm, that's definitely not expected. We don't currently have an easy way to print timing information for `shorebird release`, but maybe need to add something there. ``` % flutter create...

Thank you for the report. I presume if you build with `flutter build ipa --dart-define-from-file='.credentials/prod.json'` with Flutter 3.24.3, it works? I would not expect it to take 20 minutes to...

Building with `shorebird` on Android shouldn't take any longer than `flutter`. There was a bug in windows defender last fall, where sometimes Windows would interfere with http calls from Dart...

Thanks for the report! I suspect flutter_stripe might be generating a new uuid or something every time it builds? I'm not sure how it would do that though. I suspect...

I don't know why Assets.car is changing here. I suspect a patch would be safe, yes. We really would need to try ourselves to learn more.

Sentry has a similar problem: https://github.com/shorebirdtech/shorebird/issues/3079. Regardless, thank you for the report. It looks like there isn't anything for us to change?

There are various third parties who have tried: https://blog.devgenius.io/use-flutter-screens-in-native-android-app-share-data-among-them-d97d670807a6 https://tanya-anand.medium.com/data-pass-between-flutter-and-android-using-the-method-channel-f0e8f7655fe Even just picking one and linking to it, would probably be worth it, given that (at least in my experience)...

Please feel free to transfer wherever is appropriate. I recall we used to keep all bugs in one single repo, but please use whatever the modern patterns are. :)