mirror of
https://github.com/haorendashu/nowser.git
synced 2025-12-17 18:04:18 +01:00
try to add linux webview support
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user