We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aae1f2 commit 276f56bCopy full SHA for 276f56b
pkgs/browser_launcher/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## unreleased
2
+
3
+- widen the version constraint on `package:webkit_inspection_protocol`
4
5
## 0.1.2
6
7
- lower min sdk version to match Flutter stable
pkgs/browser_launcher/pubspec.yaml
@@ -1,7 +1,7 @@
name: browser_launcher
description: Provides a standardized way to launch web browsers for testing and tools.
-version: 0.1.2
+version: 0.1.3-dev
author: Dart Team <[email protected]>
homepage: https://github.com/dart-lang/browser_launcher
@@ -11,7 +11,7 @@ environment:
11
12
dependencies:
13
path: ^1.6.2
14
- webkit_inspection_protocol: ^0.4.0
+ webkit_inspection_protocol: '>=0.4.0 <0.6.0'
15
16
dev_dependencies:
17
pedantic: ^1.5.0
0 commit comments