It works baby, seems like timing could be improved or something, but it freakin works
This commit is contained in:
+16
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user