Nicholas Shahan 9c0942ff2d Enable consts from environment in DDK for flutter_web (flutter/engine#10069)
Fixes: https://github.com/dart-lang/sdk/issues/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.
2019-07-23 16:05:36 -07:00
..