flutter/dev
Siva b0b2c0077a
Turn support for sync-async on in Flutter. (#16543)
* Turn support for sync-async on in Flutter. With this feature
execution of async functions starts immediately instead of it
being delayed by one microtask tick.

* Address review comments.

* Adjust some stack trace expectations which are slightly different with
--sync-async turned on.
2018-04-16 08:44:38 -07:00
..
automated_tests Turn support for sync-async on in Flutter. (#16543) 2018-04-16 08:44:38 -07:00
benchmarks Update dependencies (#16442) 2018-04-10 14:27:53 -07:00
bots Remove the rest of the uses of Number.tryParse() (#16568) 2018-04-13 09:39:01 -07:00
devicelab Revert "re-write flutter analyze (the single-shot and --flutter-repo) to use the analysis server (#16281)" (#16482) 2018-04-11 16:49:38 -07:00
docs Update dartdoc to v0.18.1 and fix API readme (#16080) 2018-03-30 12:19:44 -07:00
integration_tests Update dependencies (#16442) 2018-04-10 14:27:53 -07:00
manual_tests Roll engine to ed303c628fe4b322529f8cf01ecb38135a2bab73 (dart roll) 2018-04-10 20:17:06 -07:00
missing_dependency_tests Spelling (#15229) 2018-03-06 21:36:03 -08:00
tools Update dependencies (#16442) 2018-04-10 14:27:53 -07: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.