feat(http):http webview

This commit is contained in:
2025-11-21 16:26:08 +08:00
parent eadf95609d
commit 5befd4d1c8
2 changed files with 4 additions and 4 deletions

View File

@@ -435,10 +435,10 @@ packages:
dependency: transitive dependency: transitive
description: description:
name: http name: http
sha256: "87721a4a50b19c7f1d49001e51409bddc46303966ce89a65af4f4e6004896412" sha256: bb2ce4590bc2667c96f318d68cac1b5a7987ec819351d32b1c987239a815e007
url: "https://pub.flutter-io.cn" url: "https://pub.flutter-io.cn"
source: hosted source: hosted
version: "1.6.0" version: "1.5.0"
http_client_helper: http_client_helper:
dependency: transitive dependency: transitive
description: description:

View File

@@ -40,8 +40,8 @@ class _CustomerWebViewState extends State<CustomerWebView> {
@override @override
Widget build(BuildContext context) { Widget build(BuildContext context) {
SystemChrome.setEnabledSystemUIMode(SystemUiMode.manual, // SystemChrome.setEnabledSystemUIMode(SystemUiMode.manual,
overlays: [SystemUiOverlay.bottom]); // overlays: [SystemUiOverlay.bottom]);
return Stack( return Stack(
alignment: Alignment.topLeft, alignment: Alignment.topLeft,
children: [ children: [