Skip to content

Commit

Permalink
chore :: web_socket_channel 패키지 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoochanhong committed Mar 30, 2024
1 parent 7a0de06 commit 294c767
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
16 changes: 16 additions & 0 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.18.0"
crypto:
dependency: transitive
description:
name: crypto
sha256: ff625774173754681d66daaf4a448684fb04b78f902da9cb3d308c19cc5e8bab
url: "https://pub.dev"
source: hosted
version: "3.0.3"
cupertino_icons:
dependency: "direct main"
description:
Expand Down Expand Up @@ -280,6 +288,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "0.5.1"
web_socket_channel:
dependency: "direct main"
description:
name: web_socket_channel
sha256: "1d8e795e2a8b3730c41b8a98a2dff2e0fb57ae6f0764a1c46ec5915387d257b2"
url: "https://pub.dev"
source: hosted
version: "2.4.4"
sdks:
dart: ">=3.3.1 <4.0.0"
flutter: ">=1.16.0"
1 change: 1 addition & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ dependencies:
flutter_bloc: ^8.1.5
get_it: ^7.6.7
http: ^1.2.1
web_socket_channel: ^2.4.4

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit 294c767

Please sign in to comment.