Skip to content

Commit

Permalink
[webview_flutter] Bump version for republishing
Browse files Browse the repository at this point in the history
The published version of 2.0.6 is not compatible with the current
Flutter stable (2.2) and earlier due to an issue with how Dart 2.14
(on the current Flutter master) creates archives. See
dart-lang/pub#3001

This is a no-op change to allow republishing from stable.

Fixes flutter/flutter#82803
  • Loading branch information
stuartmorgan committed May 19, 2021
1 parent cb465b7 commit 9c96434
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions packages/webview_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.0.7

* Republished 2.0.6 with Flutter 2.2 to avoid https://github.com/dart-lang/pub/issues/3001

## 2.0.6

* WebView requires at least Android 19 if you are using
Expand Down
2 changes: 1 addition & 1 deletion packages/webview_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: webview_flutter
description: A Flutter plugin that provides a WebView widget on Android and iOS.
homepage: https://github.com/flutter/plugins/tree/master/packages/webview_flutter
version: 2.0.6
version: 2.0.7

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

0 comments on commit 9c96434

Please sign in to comment.