From 70e529605c56cb1011a532dffe1e87954f7bd24e Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Wed, 25 Sep 2024 21:16:48 +0800 Subject: [PATCH] chore: (flutter) add package:web to flutter deps --- thermion_flutter/thermion_flutter/pubspec.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/thermion_flutter/thermion_flutter/pubspec.yaml b/thermion_flutter/thermion_flutter/pubspec.yaml index 1f843c66..4af14bb5 100644 --- a/thermion_flutter/thermion_flutter/pubspec.yaml +++ b/thermion_flutter/thermion_flutter/pubspec.yaml @@ -22,6 +22,7 @@ dependencies: thermion_flutter_ffi: ^0.2.0-dev.1.0 thermion_flutter_web: ^0.1.0-dev.1.0 logging: ^1.2.0 + web: ^1.0.0 dev_dependencies: flutter_test: