在已有的Flutter项目上运行Web支持

2019-11-25  本文已影响0人  NightRainBreeze

起因是想让iPhone手机使用浏览器查看APP效果.

run web

AssetNotFoundException: flutter_easyrefresh|lib/src/footer/load_indicator.ddc.js
Error compiling dartdevc module:flutter_easyrefresh|lib/bezier_bounce_footer.ddc.js
flutter config --enable-web
flutter devices
1 connected device:

Chrome • chrome • web-javascript • Google Chrome 76.0.3809.100
<!DOCTYPE html>
<html>
<head>
  <meta charset="UTF-8">
  <title>education_flutter</title>
</head>
<body>
  <script src="main.dart.js" type="application/javascript"></script>
</body>
</html>
flutter run -d chrome
上一篇 下一篇

猜你喜欢

热点阅读