flutter/dev
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
..
automated_tests Use flutter_tools to generate build_script (#27277) 2019-02-05 18:35:20 -08:00
benchmarks Use flutter_tools to generate build_script (#27277) 2019-02-05 18:35:20 -08:00
bots Update dartdoc to 0.28.1+2 and fix search text alignment (#27559) 2019-02-06 11:10:59 -08:00
ci Add docset generation (#24322) 2018-11-15 15:05:57 -08:00
devicelab Make a kReleaseMode constant that is public. (#27502) 2019-02-06 14:37:17 -08:00
docs Update dartdoc to 0.28.1+2 and fix search text alignment (#27559) 2019-02-06 11:10:59 -08:00
integration_tests Make a kReleaseMode constant that is public. (#27502) 2019-02-06 14:37:17 -08:00
manual_tests Add module checking (#27122) 2019-01-29 12:26:48 -08:00
missing_dependency_tests Retry remove package:test from flutter (#24007) 2018-11-06 10:48:34 -08:00
snippets Use flutter_tools to generate build_script (#27277) 2019-02-05 18:35:20 -08:00
tools Update dartdoc to 0.28.1+1 and add parameters for source-code linking (#27511) 2019-02-04 14:40:22 -08:00
README.md Update some READMEs under dev/. (#15712) 2018-03-19 16:41:36 -07:00

This directory contains tools and resources that the Flutter team uses during development of the framework. The tools in this directory should not be necessary for developing Flutter applications, though of course they may be interesting if you are curious.