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.
2 parents fffefbd + e5a4f30 commit 9fe3d6eCopy full SHA for 9fe3d6e
lib/src/webdev_proc_utils.dart
@@ -21,7 +21,7 @@ import 'package:pub_semver/pub_semver.dart';
21
22
/// The range of `webdev` versions with which this `webdev_proxy` package is
23
/// compatible.
24
-final webdevCompatibility = VersionConstraint.parse('>=1.0.1 <3.0.0');
+final webdevCompatibility = VersionConstraint.parse('>=1.0.1 <4.0.0');
25
26
@visibleForTesting
27
ProcessResult? cachedWebdevVersionResult;
0 commit comments