How to push faster updates
Shorebird is a tool that provides CodePush and over-the-air updates for Flutter apps. It consists of three major parts: a command-line tool that you use to build and deploy your app, a modified Flutter engine that you include in your app, and a server that hosts your app’s updates⁴⁵.
Advantages
Staged (for subset of users using flavors development testing) rollout of patches
Over the air updates, no wait time as of play store and app store
Disadvantages
iOS support is coming soon.
Asset changes (images, icons, etc.) are not supported.
Only the latest stable version of Flutter is supported. Older Flutter versions or beta and master.
Rollbacks are not supported.
Analytics is not supported.
“Native code” changes (java, kotlin, etc.) are not planned.