Skip to content

Bugfix/update package #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 2, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions packages/webview_flutter/webview_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.0.1+3

* update dependency to webview_pro_wkwebview plugins to solve the problem of 3.0.1+2 running failure

## 3.0.1+2

* dependency new plugins to solve the problem of 3.0.1 + 1 running failure
Expand Down
4 changes: 2 additions & 2 deletions packages/webview_flutter/webview_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: flutter_webview_pro
description: A Flutter plugin that provides a WebView widget who Support photo upload/take camera and Geolocation.
repository: https://github.com/wenzhiming/flutter-plugins/tree/dev/packages/webview_flutter/webview_flutter
issue_tracker: https://github.com/wenzhiming/flutter-plugins/issues
version: 3.0.1+2
version: 3.0.1+3

environment:
sdk: ">=2.14.0 <3.0.0"
Expand All @@ -21,7 +21,7 @@ dependencies:
sdk: flutter
webview_pro_android: ^2.8.3+2
webview_pro_platform_interface: ^1.8.1+2
webview_pro_wkwebview: ^2.7.1+1
webview_pro_wkwebview: ^2.7.1+2

dev_dependencies:
build_runner: ^2.1.5
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.7.1+2

* fixed some imports on webview-umbrella

## 2.7.1+1

* dependency webview_pro_platform_interface
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
// found in the LICENSE file.

#import <Foundation/Foundation.h>
#import <webview_flutter_wkwebview/FLTCookieManager.h>
#import <webview_flutter_wkwebview/FLTWKNavigationDelegate.h>
#import <webview_flutter_wkwebview/FLTWKProgressionDelegate.h>
#import <webview_flutter_wkwebview/FLTWebViewFlutterPlugin.h>
#import <webview_flutter_wkwebview/FlutterWebView.h>
#import <webview_flutter_wkwebview/JavaScriptChannelHandler.h>
#import <webview_pro_wkwebview/FLTCookieManager.h>
#import <webview_pro_wkwebview/FLTWKNavigationDelegate.h>
#import <webview_pro_wkwebview/FLTWKProgressionDelegate.h>
#import <webview_pro_wkwebview/FLTWebViewFlutterPlugin.h>
#import <webview_pro_wkwebview/FlutterWebView.h>
#import <webview_pro_wkwebview/JavaScriptChannelHandler.h>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: webview_pro_wkwebview
description: A Flutter plugin that provides a WebView widget based on Apple's WKWebView control.
repository: https://github.com/wenzhiming/flutter-plugins/tree/dev/packages/webview_flutter/webview_flutter_wkwebview
issue_tracker: https://github.com/wenzhiming/flutter-plugins/issues
version: 2.7.1+1
version: 2.7.1+2

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