This commit is contained in:
wyf
2025-08-04 10:10:44 +08:00
parent bc14dae324
commit 13ef007f88
13 changed files with 207 additions and 249 deletions

View File

@@ -538,7 +538,7 @@ class WebviewTestView extends GetComponent<WebviewTestController> {
alignment: Alignment.topLeft,
child: Obx(() {
return (controller.ready.value)
?controller.web.build()
? controller.web.build()
: Center(child: CircularProgressIndicator());
}),
),