flutter 的热更新方案shorebird

Flutter 热修复(Shorebird)_flutter shorebird-CSDN博客

Preview Locally | ShorebirdLearn how to preview an existing release of your application.https://docs.shorebird.dev/code-push/preview/

控制台: Shorebird Console

文档: Welcome | Shorebird

基本命令

要将现有 Flutter 项目配置为使用 Shorebird,请使用 shorebird init 在 Flutter 项目的根目录下:

shorebird init

为了开始推送更新,您需要创建一个版本。

shorebird release android

打补丁 一个版本可以打n个补丁,补丁是版本号后面的小数字

shorebird patch android

注意:

  • 只有是安装了 shorebird 打包的应用,打的补丁更新可能需要一天才会更新的到
  • 没有平台的限制,只要是安卓了包,不管是 不是再google play分发,获appStore 或者自己网站分发,都是可以自动更新到的
  • 手动控制更新的话,结合 shorebird_code_push 库进行自定义更新和重启
相关推荐
leazer17 小时前
Flutter Windows 构建失败:.plugin_symlinks 符号链接异常的排查与修复
windows·flutter
小蜜蜂嗡嗡1 天前
flutter image_cropper截图控件布局顶到状态栏中问题
flutter
程序员老刘2 天前
跨平台开发地图:大厂统一底层,五月框架大乱斗谁在干实事?| 2026年5月
flutter·客户端
环信即时通讯云2 天前
环信Flutter UIKit适配鸿蒙实战指南
flutter·华为·harmonyos
用户536822100182 天前
flutter学习笔记 - Dart基本语法(一)
flutter
用户游民2 天前
Flutter Provider原理以及用法
前端·flutter
qq_14030341442 天前
flutter
flutter
程序员老刘3 天前
为什么AI不会淘汰Flutter,反而让它更吃香了
flutter·ai编程·客户端
蝎子莱莱爱打怪3 天前
我花两年业余时间做了个IM系统,然后呢😂??
后端·flutter·面试