我对dart很陌生,所以我只是想设置这个。当我试图从命令行运行main.dart文件时,我得到了这个错误。而且我没有使用flutter,只是dart,html和css。
以下是完整的错误:
Error: Dart library 'dart:html' is not available on this platform.
import 'dart:html';
^
Context: The unavailable library 'dart:html' is imported through these paths:
main.dart => dart:html
字符串
我想这可能是我如何设置dart的问题?在设置时,我安装了dartSDK并将其添加到我的环境变量中,然后使用sublime text作为编辑器。我如何获得html库?
1条答案
按热度按时间ccrfmcuu1#
试试universal_html pub。
从pub的描述:一个跨平台的
dart:html
。