From 50b7f95edf3490029cbb84f3b529739306c9d6fc Mon Sep 17 00:00:00 2001 From: Tyler Dunn Date: Tue, 19 Dec 2023 12:54:03 -0500 Subject: [PATCH] Allow pkg:web v0.3.0 Closes #305 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 1806546..e2afaca 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -14,7 +14,7 @@ dependencies: async: ^2.5.0 crypto: ^3.0.0 stream_channel: ^2.1.0 - web: ^0.4.0 + web: '>=0.3.0 <0.5.0' dev_dependencies: dart_flutter_team_lints: ^2.0.0