Add initial structure for comfyui_api_sdk with API models and event handling

This commit is contained in:
2025-03-20 14:27:29 +00:00
parent 1f9409ce0e
commit 0b2769310b
19 changed files with 491 additions and 1172 deletions

View File

@@ -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