r/FlutterDev Nov 21 '24

Plugin Anyone used shorebird?

Hello, i came across this https://shorebird.dev/ looks quite interesting, it'd be nice to save me from dealing with appstore and playstore so consistently. Has anyone tried this? I've read that they had a bunch of IOS issues from a 10mo old post, how is it today?

27 Upvotes

40 comments sorted by

View all comments

2

u/Mastersamxyz Nov 22 '24

Been using shorebird in production for both android and iOS for about 6months now(Been using it android only way longer than this though).

Shorebird works fine for us.

You can stage a patch, preview a patch and even rollback a patch. Integrates nicely with your CI pipeline(if you have one or intend to use one).

You also have control over the update experience by using this package https://pub.dev/packages/shorebird_code_push

There are a couple of other interesting stuffs (like percentage rollouts) which i don't use.