It works baby, seems like timing could be improved or something, but it freakin works

This commit is contained in:
Nate Anderson
2025-06-18 20:59:24 -06:00
parent b68614257d
commit 0745a4eb75
50 changed files with 7679 additions and 20 deletions
+16 -3
View File
@@ -1,15 +1,28 @@
name: mumbullet
description: A sample command-line application.
description: A Dart-based music bot that connects to Mumble servers and plays audio from URLs.
version: 1.0.0
# repository: https://github.com/my_org/my_repo
environment:
sdk: ^3.7.3
# Add regular dependencies here.
dependencies:
# path: ^1.8.0
dumble: ^0.8.9
shelf: ^1.4.0
shelf_router: ^1.1.0
shelf_static: ^1.1.0
sqlite3: ^2.1.0
crypto: ^3.0.3
path: ^1.8.3
logging: ^1.2.0
args: ^2.4.0
json_annotation: ^4.8.0
http: ^1.2.0
opus_dart: ^2.0.1
dev_dependencies:
lints: ^5.0.0
test: ^1.24.0
json_serializable: ^6.6.0
build_runner: ^2.4.0
mockito: ^5.4.2