File tree Expand file tree Collapse file tree 3 files changed +7
-10
lines changed Expand file tree Collapse file tree 3 files changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -16,13 +16,10 @@ targets:
16
16
options :
17
17
compilers :
18
18
# Currently broken
19
- # dart2wasm:
20
- # args:
21
- # # For debugging
22
- # - -O0
23
- # # For shipping
24
- # #- -O2
25
- # - --no-strip-wasm
19
+ dart2wasm :
20
+ args :
21
+ - -O2
22
+ - --no-strip-wasm
26
23
dart2js :
27
24
args :
28
25
- --stage=dump-info-all
Original file line number Diff line number Diff line change @@ -485,10 +485,10 @@ packages:
485
485
dependency: "direct main"
486
486
description:
487
487
name: stagexl
488
- sha256: eaea972920424572b93f3ad3a3977944e9244523c4bbbc3d547d8682497b63b7
488
+ sha256: d996c249e0fd061e191f21c6815b91aa2a43e28dcc6f268d6066001adbc3aaed
489
489
url: "https://pub.dev"
490
490
source: hosted
491
- version: "2.3.0 "
491
+ version: "2.3.1 "
492
492
stream_channel:
493
493
dependency: transitive
494
494
description:
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ environment:
5
5
sdk : ^3.9.0
6
6
7
7
dependencies :
8
- stagexl : ^2.3.0
8
+ stagexl : ^2.3.1
9
9
web : ^1.1.1
10
10
11
11
dev_dependencies :
You can’t perform that action at this time.
0 commit comments