fix: Fix renderer issue for Safari/Firefox. (#241)
* fix: Fix renderer issue for Safari. * fix: fix compile for native. * chore: Improve flickering.
This commit is contained in:
@@ -11,3 +11,7 @@ PlatformType lkPlatformImplementation() {
|
||||
if (Platform.isAndroid) return PlatformType.android;
|
||||
throw UnsupportedError('Unknown Platform');
|
||||
}
|
||||
|
||||
BrowserType lkBrowserImplementation() {
|
||||
return BrowserType.unknown;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user