Shorebird là dịch vụ over-the-air (OTA) cho phép cập nhật code Dart của Flutter mà không cần qua App Store hay Play Store review.
- Deploy hotfix trong vài phút thay vì chờ 1-3 ngày review.
- Hỗ trợ A/B testing tính năng, rollback nhanh nếu có bug.
- Giới hạn: chỉ update được Dart code—không thể thay đổi native plugin, asset, hay Dart VM.
- Dùng Shorebird cho: bugfix khẩn cấp, copy change, logic update nhỏ.
- Vẫn dùng App Store cho: major feature, thay đổi UI lớn, cập nhật native code—để đảm bảo version control và rollback đầy đủ.
Shorebird is an OTA service that pushes Dart code updates without app store review, delivering fixes in minutes vs 1-3 day review cycles.
- Supports A/B testing and quick rollback.
- Limitation: only updates Dart code — cannot change native plugins, assets, or the Dart VM.
- Use Shorebird for critical hotfixes, copy changes, and small logic updates.
- Use app stores for major features, large UI changes, and native code updates to maintain full version control.