美文网首页
Flutter与原生混合开发时利用热重载查看效果

Flutter与原生混合开发时利用热重载查看效果

作者: 若雨千寻 | 来源:发表于2020-11-02 17:19 被阅读0次

使用热更新

1. 使用关联命令: 
 flutter attach [-d 设备ID]  [ —app-id  你的包名]`

2.  r Hot reload. 🔥🔥🔥
    R Hot restart.
    h Repeat this help message.
    d Detach (terminate "flutter run" but leave application running).
    c Clear the screen
    q Quit (terminate the application on the device).

相关文章

网友评论

      本文标题:Flutter与原生混合开发时利用热重载查看效果

      本文链接:https://www.haomeiwen.com/subject/jchdvhtx.html