File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 8
8
"name" : " Flutter debug" ,
9
9
"type" : " dart" ,
10
10
"request" : " launch" ,
11
- "program" : " lib/buffer_stream/websocket .dart" ,
11
+ "program" : " lib/main .dart" ,
12
12
"flutterMode" : " debug" ,
13
13
// "env": {
14
14
// "NO_OPUS_OGG_LIBS": "1"
21
21
"request" : " launch" ,
22
22
"program" : " lib/main.dart" ,
23
23
"flutterMode" : " profile" ,
24
+ // "env": {
25
+ // "NO_OPUS_OGG_LIBS": "1"
26
+ // },
24
27
"cwd" : " ${workspaceFolder}/example"
25
28
},
26
29
{
27
30
"name" : " Flutter release" ,
28
31
"type" : " dart" ,
29
32
"request" : " launch" ,
30
- "program" : " lib/buffer_stream/websocket .dart" ,
33
+ "program" : " lib/main .dart" ,
31
34
"flutterMode" : " release" ,
32
35
// "env": {
33
36
// "NO_OPUS_OGG_LIBS": "1"
Original file line number Diff line number Diff line change
1
+ ### 3.0.3 (7 Mar 2025)
2
+ - it's now possible to choose to not link opus and ogg libraries (see ` NO_OPUS_OGG_LIBS.md ` ). Fix for #191 and #192 .
3
+
1
4
### 3.0.2 (25 Feb 2025)
2
5
- fixed crash when trying to play a sound after deactivating its active filter #189
3
6
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: >-
3
3
A low-level audio plugin for Flutter,
4
4
mainly meant for games and immersive apps.
5
5
Based on the SoLoud (C++) audio engine.
6
- version : 3.0.2
6
+ version : 3.0.3
7
7
homepage : https://github.com/alnitak/flutter_soloud
8
8
maintainer : Marco Bavagnoli (@lildeimos)
9
9
platforms :
You can’t perform that action at this time.
0 commit comments