Skip to content

Commit

Permalink
websockets
Browse files Browse the repository at this point in the history
  • Loading branch information
iampato committed Feb 21, 2021
1 parent 1e35cb0 commit da6c064
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 0 deletions.
56 changes: 56 additions & 0 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "2.5.0"
barcode:
dependency: transitive
description:
name: barcode
url: "https://pub.dartlang.org"
source: hosted
version: "1.17.1"
bloc:
dependency: "direct main"
description:
Expand Down Expand Up @@ -245,6 +252,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "3.1.4"
image:
dependency: transitive
description:
name: image
url: "https://pub.dartlang.org"
source: hosted
version: "3.0.0-nullsafety.0"
integration_test:
dependency: "direct dev"
description: flutter
Expand Down Expand Up @@ -313,6 +327,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "1.8.0"
path_parsing:
dependency: transitive
description:
name: path_parsing
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.4"
path_provider_linux:
dependency: transitive
description:
Expand All @@ -334,13 +355,27 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "0.0.4+3"
pdf:
dependency: "direct main"
description:
name: pdf
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.0"
pedantic:
dependency: transitive
description:
name: pedantic
url: "https://pub.dartlang.org"
source: hosted
version: "1.10.0-nullsafety.3"
petitparser:
dependency: transitive
description:
name: petitparser
url: "https://pub.dartlang.org"
source: hosted
version: "4.0.2"
platform:
dependency: transitive
description:
Expand Down Expand Up @@ -369,6 +404,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "4.3.3"
qr:
dependency: transitive
description:
name: qr
url: "https://pub.dartlang.org"
source: hosted
version: "1.3.0"
responsive_framework:
dependency: "direct main"
description:
Expand Down Expand Up @@ -514,6 +556,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "6.0.1-nullsafety.1"
web_socket_channel:
dependency: "direct main"
description:
name: web_socket_channel
url: "https://pub.dartlang.org"
source: hosted
version: "1.2.0"
webdriver:
dependency: transitive
description:
Expand All @@ -535,6 +584,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.2"
xml:
dependency: transitive
description:
name: xml
url: "https://pub.dartlang.org"
source: hosted
version: "5.0.2"
sdks:
dart: ">=2.12.0-0.0 <3.0.0"
flutter: ">=1.20.0"
2 changes: 2 additions & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@ dependencies:
http: ^0.12.2
intl: ^0.16.1
logger: ^0.9.4
pdf: ^2.1.0
responsive_framework: ^0.0.14
shared_preferences: ^0.5.12+4
statsfl: ^1.1.0+3
web_socket_channel: ^1.2.0

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit da6c064

Please sign in to comment.