Add initial structure for comfyui_api_sdk with API models and event handling
This commit is contained in:
16
pubspec.yaml
16
pubspec.yaml
@@ -6,12 +6,16 @@ environment:
|
||||
sdk: '>=3.0.0 <4.0.0'
|
||||
|
||||
dependencies:
|
||||
http: ^0.13.5
|
||||
web_socket_channel: ^2.3.0
|
||||
uuid: ^3.0.7
|
||||
mockito: ^5.4.5
|
||||
build_runner: ^2.4.14
|
||||
http: ^1.3.0
|
||||
web_socket_channel: ^3.0.2
|
||||
uuid: ^4.5.1
|
||||
json_annotation: ^4.9.0
|
||||
freezed_annotation: ^3.0.0
|
||||
|
||||
dev_dependencies:
|
||||
lints: ^2.0.0
|
||||
lints: ^5.1.1
|
||||
test: ^1.21.0
|
||||
mockito: ^5.4.5
|
||||
build_runner: ^2.4.14
|
||||
freezed: ^3.0.4
|
||||
json_serializable: ^6.7.1
|
Reference in New Issue
Block a user