feat(http):http webview

This commit is contained in:
2025-12-19 17:43:20 +08:00
parent 1b3d25ef39
commit 70e7fe99af

View File

@@ -6,7 +6,6 @@ import 'package:flutter/material.dart';
import 'package:flutter/services.dart';
import 'package:flutter_easyloading/flutter_easyloading.dart';
import 'package:flutter_inappwebview/flutter_inappwebview.dart';
import 'package:get/get.dart';
class CustomerWebView extends StatefulWidget {
final String url;
@@ -128,7 +127,7 @@ class _CustomerWebViewState extends State<CustomerWebView> {
Visibility(
visible: widget.hideBack != true,
child: GestureDetector(
onTap: () => Get.back(),
onTap: () => Navigator.pop(context),
child: Container(
margin: const EdgeInsets.only(left: 16, top: 16),
width: 44,