flutter/dev
Alexander Aprelev e0cd42e4ad Roll engine to 76cb311d9c33720dcd19274228b39ecdbad8d9af (with rolled dart) (#16518)
* Handle error count reported by frontend.

Extend compilation result from single string to a structure(string filename and integer error count).

* Use ?.

* Include engine roll with dart sdk roll.

* parse(onError) -> tryParse

* Make '?? throw' more readable and avoid issue with analyzer

* Fix test so it mocks compiler output including errors count
2018-04-12 16:28:01 -07:00
..
automated_tests Update dependencies (#16442) 2018-04-10 14:27:53 -07:00
benchmarks Update dependencies (#16442) 2018-04-10 14:27:53 -07:00
bots Roll engine to 76cb311d9c33720dcd19274228b39ecdbad8d9af (with rolled dart) (#16518) 2018-04-12 16:28: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.