opt: webview to video

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-02-08 22:56:43 +08:00
parent 9a3766e7b7
commit 7cfebcb6ed
7 changed files with 68 additions and 54 deletions

View File

@@ -71,7 +71,7 @@ class _AboutPageState extends State<AboutPage> {
onSubmitted: (value) {
Get.back();
if (value.isNotEmpty) {
Get.toNamed('/webview', parameters: {'url': value});
Utils.handleWebview(value, inApp: true);
}
},
),