From 8babb3a6274f5ec252b055a881abb9e08acb46e0 Mon Sep 17 00:00:00 2001 From: Minyewoo Date: Wed, 6 Mar 2024 16:14:21 +0300 Subject: [PATCH] pubspec | Pin hmi_core ref to tag --- pubspec.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 5f80f66..b0bbebb 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -6,18 +6,15 @@ publish_to: none environment: sdk: '>=3.1.5 <4.0.0' - # sdk: '>=2.18.2 <3.0.0' - # flutter: ">=1.17.0" dependencies: flutter: sdk: flutter logging: ^1.1.1 - # shared_preferences: ^2.0.20 hmi_core: git: url: https://github.com/a-givertzman/hmi_core.git - ref: master # branch name + ref: 1.0.0 uuid: ^3.0.7 web_socket_channel: ^2.4.0