try to add linux webview support

This commit is contained in:
haorendashu
2025-02-08 19:05:31 +08:00
parent 725234ce98
commit beb20091ee
20 changed files with 689 additions and 40 deletions

View File

@@ -1,6 +1,6 @@
import 'package:flutter_inappwebview/flutter_inappwebview.dart';
import '../../data/browser_history.dart';
import 'webview_controller_interface.dart';
class WebInfo {
String id;
@@ -9,7 +9,7 @@ class WebInfo {
WebInfo(this.id, this.url);
InAppWebViewController? controller;
WebviewControllerInterface? controller;
String? title;