From 53d0301828872952ad3c7d69129112e3610dce89 Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Sat, 24 Aug 2024 16:23:00 +0800 Subject: [PATCH] feat!: (flutter) (web) upgrade package:web dep to 1.0.0 --- thermion_flutter/thermion_flutter_web/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thermion_flutter/thermion_flutter_web/pubspec.yaml b/thermion_flutter/thermion_flutter_web/pubspec.yaml index 15dbc120..d6aa7ef3 100644 --- a/thermion_flutter/thermion_flutter_web/pubspec.yaml +++ b/thermion_flutter/thermion_flutter_web/pubspec.yaml @@ -19,7 +19,7 @@ dependencies: flutter: sdk: flutter plugin_platform_interface: ^2.1.0 - web: ^0.5.1 + web: ^1.0.0 thermion_dart: ^0.1.3 thermion_flutter_platform_interface: ^0.1.0+11 flutter_web_plugins: