We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96d3bda commit d2382fbCopy full SHA for d2382fb
lib/src/web/web_unity_widget_view.dart
@@ -36,9 +36,9 @@ class _WebUnityWidgetViewState extends State<WebUnityWidgetView> {
36
Widget build(BuildContext context) {
37
return WebViewWidget(controller: _controller);
38
}
39
-
+
40
static String _getBasePath() {
41
- var prefix = Uri.base.origin+Uri.base.path;
+ var prefix = Uri.base.origin + Uri.base.path;
42
if (prefix.endsWith("/")) prefix = prefix.substring(0, prefix.length - 1);
43
return prefix;
44
0 commit comments