admin管理员组文章数量:1023119
I am building a web app using Flutter and Firebase. If I make a change and save it, Chrome will perform a hot restart (opposed to a hot reload). I could build it to Windows instead, so I could take advantage of the hot reload, but Firebase is not supported on Windows apps.
How can I use both Firebase and Hot Reload for my Flutter web app?
I am building a web app using Flutter and Firebase. If I make a change and save it, Chrome will perform a hot restart (opposed to a hot reload). I could build it to Windows instead, so I could take advantage of the hot reload, but Firebase is not supported on Windows apps.
How can I use both Firebase and Hot Reload for my Flutter web app?
Share Improve this question asked Nov 18, 2024 at 23:15 EvorlorEvorlor 7,64820 gold badges77 silver badges151 bronze badges 01 Answer
Reset to default 1Flutter for Web does not support hot reload.
From the Flutter documentation on building for web:
Hot reload is not supported in a web browser. Currently, Flutter only supports hot restart, which restarts your app without refreshing the web page.
So regardless of Firebase, Flutter doesn't support hot-reload for web apps.
I am building a web app using Flutter and Firebase. If I make a change and save it, Chrome will perform a hot restart (opposed to a hot reload). I could build it to Windows instead, so I could take advantage of the hot reload, but Firebase is not supported on Windows apps.
How can I use both Firebase and Hot Reload for my Flutter web app?
I am building a web app using Flutter and Firebase. If I make a change and save it, Chrome will perform a hot restart (opposed to a hot reload). I could build it to Windows instead, so I could take advantage of the hot reload, but Firebase is not supported on Windows apps.
How can I use both Firebase and Hot Reload for my Flutter web app?
Share Improve this question asked Nov 18, 2024 at 23:15 EvorlorEvorlor 7,64820 gold badges77 silver badges151 bronze badges 01 Answer
Reset to default 1Flutter for Web does not support hot reload.
From the Flutter documentation on building for web:
Hot reload is not supported in a web browser. Currently, Flutter only supports hot restart, which restarts your app without refreshing the web page.
So regardless of Firebase, Flutter doesn't support hot-reload for web apps.
本文标签: How do I use Flutter39s hot reload for a web app that uses FirebaseStack Overflow
版权声明:本文标题:How do I use Flutter's hot reload for a web app that uses Firebase? - Stack Overflow 内容由热心网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://it.en369.cn/questions/1745589361a2157794.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论