We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.16.0-beta.5
3.16.5
1、教程初始化访问 提示 SyntaxError: unsupported keyword: export at https://tronplayai.com/assets/index.6b999624.js:5:101133
@override Widget build(BuildContext context) { final MediaQueryData queryData = MediaQuery.of(context); final Size viewportSize = queryData.size; return Scaffold( body: Column( children: [ // ElevatedButton(onPressed: (){}, child: Text("xxxxxxxxxxxxxx")), WebF( devToolsService: ChromeDevToolsService(), // Enable Chrome DevTools Services viewportWidth: viewportSize.width - queryData.padding.horizontal, // Adjust the viewportWidth viewportHeight: viewportSize.height - queryData.padding.vertical, // Adjust the viewportHeight bundle: WebFBundle.fromUrl('https://tronplayai.com/'), // The page entry point ), ], ) ); }
正常页面展示
app崩溃 提示 SyntaxError: unsupported keyword: export at https://tronplayai.com/assets/index.6b999624.js:5:101133
The text was updated successfully, but these errors were encountered:
这个库问题很多,缩放窗口也会Crash
Sorry, something went wrong.
遇到相同的问题,vue3代码编译dist的js 都是有export关键字,貌似是quickjs 不支持 js export模块
暂时不支持esm module,需要用vue-cli 构建
有issue 吗?
No branches or pull requests
Affected version
0.16.0-beta.5
Flutter versions
3.16.5
No same issues found.
Steps to Reproduce
1、教程初始化访问
提示
SyntaxError: unsupported keyword: export
at https://tronplayai.com/assets/index.6b999624.js:5:101133
Code example
Expected results
正常页面展示
Actual results
app崩溃
提示
SyntaxError: unsupported keyword: export
at https://tronplayai.com/assets/index.6b999624.js:5:101133
The text was updated successfully, but these errors were encountered: