Add the SDK
Add Wingbird as a dependency and initialize it before runApp. On every cold start, the SDK checks for a compatible patch and applies it before your app renders.
Everyone makes mistakes in production — Wingbird is the platform to correct them. Instantly patch live Flutter apps with binary diffing, bypassing app store review queues and waiting times completely.
__ ___ _ _ _
\ \ / (_) | | (_) | |
\ \ /\ / / _ _ __ __ _| |__ _ _ __ __| |
\ \/ \/ / | | '_ \ / _\` | '_ \| | '__/ _\` |
\ /\ / | | | | | (_| | |_) | | | | (_| |
\/ \/ |_|_| |_|\__, |_.__/|_|_| \__,_|
__/ |
|___|Integrate once, publish a release, then ship binary patches without waiting for a full app-store release.
Add Wingbird as a dependency and initialize it before runApp. On every cold start, the SDK checks for a compatible patch and applies it before your app renders.
Authenticate once, then let the CLI build your Android release and register it as the base release for future patches.
Make your fix, then generate a binary diff against the published release. Wingbird uploads the patch for your app to pick up.
macOS
Apple Silicon · Intel
Linux
x86_64 · aarch64
Windows
x86_64
Open-source and free to self-host forever. A managed tier ships with iOS support.
No credit card. No lock-in. Free until iOS ships.
Pricing announced when iOS support ships.
Self-hosting is free forever — view source on GitHub ↗
Wingbird extracts libapp.so from your release APK and computes a bsdiff against the archived base build. Your Flutter app calls wingbird.sync() at startup, downloads the patch (~100–300 KB), and applies the diff in-process. Only the compiled Dart binary is updated — no native code changes, so no store review is triggered.
No catch. The CLI and server are Apache-2.0 open-source and self-hostable for free, forever. The managed cloud service is free during beta. A Pro tier is planned alongside iOS support — self-hosting will always remain free.
Android (arm64-v8a, armeabi-v7a, x86_64) is fully supported today. Wingbird auto-detects the correct ABI from your APK. iOS support is in progress and will ship as part of the Pro tier.
Wingbird is 100% open-source software. We welcome contributions, bug reports, and feedback from the Flutter community. Help us make live hot-fixing effortless for everyone.