Skip to content

Commit

Permalink
[webview_flutter] Remove the upper bound from the Flutter SDK constra…
Browse files Browse the repository at this point in the history
…int (flutter#2517)

As the Flutter SDK does not follow semver, an upper bound has no semantic meaning.

Using this plugin as a canary to check if anything breaks when we remove this bound.
  • Loading branch information
amirh authored and sanekyy committed Feb 18, 2020
1 parent 004444e commit 339968f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
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 @@
## 0.3.19+7

* Remove the Flutter SDK constraint upper bound.

## 0.3.19+6

* Enable opening links that target the "_blank" window (links open in same window).
Expand Down
4 changes: 2 additions & 2 deletions packages/webview_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: webview_flutter
description: A Flutter plugin that provides a WebView widget on Android and iOS.
version: 0.3.19+6
version: 0.3.19+7
homepage: https://github.com/flutter/plugins/tree/master/packages/webview_flutter

environment:
sdk: ">=2.0.0-dev.68.0 <3.0.0"
flutter: ">=1.12.13+hotfix.5 <2.0.0"
flutter: ">=1.12.13+hotfix.5"

dependencies:
flutter:
Expand Down

0 comments on commit 339968f

Please sign in to comment.