Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
[webview_flutter] Change import of FLTCookieManager.h to relative imp…
Browse files Browse the repository at this point in the history
…ort (#4600)
  • Loading branch information
BeMacized authored Dec 9, 2021
1 parent 2f72b8f commit 33968c0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.7.1

* Fixes header import for cookie manager to be relative only.

## 2.7.0

* Adds implementation of the `loadFlutterAsset` method from the platform interface.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#import <FLTCookieManager.h>
#import <Flutter/Flutter.h>
#import <WebKit/WebKit.h>

#import "FLTCookieManager.h"

NS_ASSUME_NONNULL_BEGIN

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: webview_flutter_wkwebview
description: A Flutter plugin that provides a WebView widget based on Apple's WKWebView control.
repository: https://github.com/flutter/plugins/tree/master/packages/webview_flutter/webview_flutter_wkwebview
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+webview%22
version: 2.7.0
version: 2.7.1

environment:
sdk: ">=2.14.0 <3.0.0"
Expand Down

0 comments on commit 33968c0

Please sign in to comment.