feat(app): add evaluation history, bot control panel, simulation visualizer, and vendored signalr_core

This commit is contained in:
2026-08-24 21:37:43 +02:00
parent 676496b77d
commit 0894c40f07
113 changed files with 12413 additions and 3613 deletions
+20
View File
@@ -0,0 +1,20 @@
name: signalr_core
description: ASP.NET Core SignalR Client written for Dart that is platform-independent, and can be used on both the command-line and the browser.
version: 1.1.2
homepage: https://github.com/jamiewest/signalr_core
environment:
sdk: ^3.2.6
dependencies:
http: ^1.2.0
logging: ^1.2.0
meta: ^1.9.1
tuple: ^2.0.2
web_socket_channel: ^2.4.3
sse_channel: ^0.1.1
equatable: ^2.0.5
dev_dependencies:
lints: ^3.0.0
test: ^1.24.4