This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Commit e8fb641
authored
Enable consts from environment in DDK for flutter_web (#10069)
Fixes: dart-lang/sdk#37605
We were seeing unevaluated constants during the build for flutter_web. Passing an empty map is handled differently than null so the constant evaluation will kick in.1 parent bd38702 commit e8fb641
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
| 67 | + | |
67 | 68 | | |
68 | 69 | | |
69 | 70 | | |
| |||
0 commit comments