Skip to content

Commit

Permalink
update bad imports (flutter#3427)
Browse files Browse the repository at this point in the history
[webview_flutter_platform_interface][webview_flutter_wkwebview] Fix inconsistent imports
  • Loading branch information
bparrishMines authored Mar 9, 2023
1 parent eb2fe26 commit 574b8ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import 'package:flutter/foundation.dart';
import 'package:flutter/painting.dart';
import 'package:plugin_platform_interface/plugin_platform_interface.dart';

import '../../src/platform_navigation_delegate.dart';
import 'platform_navigation_delegate.dart';
import 'webview_platform.dart';

/// Interface for a platform implementation of a web view controller.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

import 'package:plugin_platform_interface/plugin_platform_interface.dart';

import '../../src/platform_navigation_delegate.dart';
import 'platform_navigation_delegate.dart';
import 'platform_webview_controller.dart';
import 'platform_webview_cookie_manager.dart';
import 'platform_webview_widget.dart';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#import <webview_flutter_wkwebview/FWFInstanceManager.h>
#import "FWFInstanceManager.h"

NS_ASSUME_NONNULL_BEGIN

Expand Down

0 comments on commit 574b8ea

Please sign in to comment.