File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
webview_flutter_platform_interface/lib/src
webview_flutter_wkwebview/ios/Classes Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import 'package:flutter/foundation.dart';
6
6
import 'package:flutter/painting.dart' ;
7
7
import 'package:plugin_platform_interface/plugin_platform_interface.dart' ;
8
8
9
- import '../../src/ platform_navigation_delegate.dart' ;
9
+ import 'platform_navigation_delegate.dart' ;
10
10
import 'webview_platform.dart' ;
11
11
12
12
/// Interface for a platform implementation of a web view controller.
Original file line number Diff line number Diff line change 4
4
5
5
import 'package:plugin_platform_interface/plugin_platform_interface.dart' ;
6
6
7
- import '../../src/ platform_navigation_delegate.dart' ;
7
+ import 'platform_navigation_delegate.dart' ;
8
8
import 'platform_webview_controller.dart' ;
9
9
import 'platform_webview_cookie_manager.dart' ;
10
10
import 'platform_webview_widget.dart' ;
Original file line number Diff line number Diff line change 2
2
// Use of this source code is governed by a BSD-style license that can be
3
3
// found in the LICENSE file.
4
4
5
- #import < webview_flutter_wkwebview/ FWFInstanceManager.h>
5
+ #import " FWFInstanceManager.h"
6
6
7
7
NS_ASSUME_NONNULL_BEGIN
8
8
You can’t perform that action at this time.
0 commit comments