1、_flutter is not defined
今天试用了一下Flutter Web,然后打算部署到线上,发现报这个错误
https://stackoverflow.com/questions/73058016/flutter-is-not-defined-error-in-index-js-flutter-web
https://github.com/flutter/flutter/issues/107448
简单来说就是,应该部署web,而不是build/web,这谁能想到是这样用啊。
2、flutter/$FLUTTER_BASE_HREF/main.dart.js
上面问题解决了,结果是这个报错,提示$FLUTTER_BASE_HREF,在AS中有说明如下:
This is a placeholder for base href that will be replaced by the value of
the `--base-href` argument provided to `flutter build`.
网友评论