Remade frontend dashboard as flutter dashboard, still WIP

This commit is contained in:
Nate Anderson
2025-06-13 09:20:42 -06:00
parent 8ea06b12f7
commit b373a93f0e
207 changed files with 9869 additions and 46 deletions
+21
View File
@@ -0,0 +1,21 @@
name: xp_nix
description: A sample command-line application.
version: 1.0.0
# repository: https://github.com/my_org/my_repo
environment:
sdk: ^3.7.3
# Add regular dependencies here.
dependencies:
sqlite3: ^2.7.6
shelf: ^1.4.1
shelf_router: ^1.1.4
shelf_static: ^1.1.2
shelf_web_socket: ^2.0.0
web_socket_channel: ^2.4.0
# path: ^1.8.0
dev_dependencies:
lints: ^5.0.0
test: ^1.24.0