flutter/dev/devicelab/bin
Greg Spencer da27f62337
Make a kReleaseMode constant that is public. (#27502)
Before this, we had several places where an isReleaseMode was defined, all with the same definition. This just makes it more broadly visible to allow our users to use it, as well as creating debug and profile versions, and adding a device lab test for it.

Since this is a const value, this makes it possible for a developer to easily mark blocks that can be removed at AOT compile time.
2019-02-06 14:37:17 -08:00
..
tasks Make a kReleaseMode constant that is public. (#27502) 2019-02-06 14:37:17 -08:00
run.dart fix upcoming lint avoid_returning_null_for_void (#23190) 2018-10-17 11:01:37 +02:00