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

[webview_flutter] null safety stable release #3619

Merged
merged 1 commit into from
Feb 23, 2021
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
22 changes: 2 additions & 20 deletions packages/webview_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,13 @@
## 2.0.0-nullsafety.6
## 2.0.0

* Migration to null-safety.
* Added support for progress tracking.

## 2.0.0-nullsafety.5

* Add section to the wiki explaining how to use Material components.

## 2.0.0-nullsafety.4

* Update integration test to workaround an iOS 14 issue with `evaluateJavascript`.

## 2.0.0-nullsafety.3

* Fix `onWebResourceError` on iOS.

## 2.0.0-nullsafety.2

* Fix outdated links across a number of markdown files ([#3276](https://github.com/flutter/plugins/pull/3276))

## 2.0.0-nullsafety.1

* Added `allowsInlineMediaPlayback` property.

## 2.0.0-nullsafety

* Migration to null-safety.

## 1.0.8

* Update Flutter SDK constraint.
Expand Down
4 changes: 2 additions & 2 deletions packages/webview_flutter/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: webview_flutter_example
description: Demonstrates how to use the webview_flutter plugin.

environment:
sdk: ">=2.12.0-0 <3.0.0"
sdk: ">=2.12.0-259.9.beta <3.0.0"

dependencies:
flutter:
Expand All @@ -22,7 +22,7 @@ dev_dependencies:
sdk: flutter
integration_test:
path: ../../integration_test
pedantic: ^1.8.0
pedantic: ^1.10.0

flutter:
uses-material-design: true
Expand Down
6 changes: 3 additions & 3 deletions packages/webview_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: webview_flutter
description: A Flutter plugin that provides a WebView widget on Android and iOS.
version: 2.0.0-nullsafety.5
homepage: https://github.com/flutter/plugins/tree/master/packages/webview_flutter
version: 2.0.0

environment:
sdk: ">=2.12.0-0 <3.0.0"
sdk: ">=2.12.0-259.9.beta <3.0.0"
flutter: ">=1.22.0"

dependencies:
Expand All @@ -16,7 +16,7 @@ dev_dependencies:
sdk: flutter
flutter_driver:
sdk: flutter
pedantic: ^1.10.0-nullsafety.1
pedantic: ^1.10.0

flutter:
plugin:
Expand Down