solution designed specifically for Flutter, providing stability on both Android and iOS platforms. With Shorebird, you can address app issues without publishing updates to the stores, streamlining the development process and reducing unnecessary delays. This allows you to update your Flutter app instantly over the air, without going through the store update process and directly deploy fixes and new features to your end users’ devices. Shorebird
release. This command creates a production-ready release of your app and submits your app to Shorebird and by default, it creates an app bundle (.aab). You can also add the Flutter version you are currently running with shorebird release android --flutter-version=3.19.0 or shorebird release ios --flutter-version=3.19.0.where 3.19.0 is the version of Flutter you are currently running on your machine. shorebird release android/ ios
can push updates using one of the shorebird patch commands. i.e shorebird patch android or shorebird patch ios. This command does the following: 1. Builds the artifacts for the update. 2. Downloads the corresponding release artifacts. 3. Generates a patch using the diff between the release and the current changes. 4. Uploads the patch artifacts to the Shorebird backend. 5. Promotes the patch to the stable channel. shorebird patch