13 Commits

Author SHA1 Message Date
Dan Field
2b1f9925e4
new lints (#8849)
Dart lints added:
* Avoid optional new
* Avoid optional const
* Prefer single quotes
* Prefer default assignment `=`
2019-05-07 16:10:21 -07:00
Dan Field
3671182a95
Get prebuilt Dart via CIPD (#8859) 2019-05-06 11:31:23 -07:00
Greg Spencer
a1d84996dd
Fix spelling errors in dartdocs (#7997)
Fix the spelling errors in the dartdocs for the engine.

There are no functionality changes here, just documentation fixes.
2019-02-28 14:42:55 -08:00
Michael Goderbauer
70a1106b50
Unify copyright lines (#6757) 2018-11-07 12:24:35 -08:00
Greg Spencer
6bfd413bee
Synchronizes analysis_options.yaml files, and turns on Function typedef lint. (#5419)
Addresses flutter/flutter#18028 for the engine repo, and synchronizes the analysis_options.yaml files between the engine and the flutter/flutter repo.
2018-05-30 16:06:05 -07:00
Ryan Macnak
e3197abe83
Reapply "Roll Dart to f1ebe2bd5cfcb6b522e5b4fd406cdabb1a2d2091." (#4809) 2018-03-19 11:22:23 -07:00
Alhaad Gokhale
8e1da69c31
Revert "Roll Dart to f1ebe2bd5cfcb6b522e5b4fd406cdabb1a2d2091. (#4800) (#4805)" (#4807)
This reverts commit 1348ab5b63adc18148f161876a4b1cacd5ec0779.
2018-03-19 09:51:41 -07:00
mikejurka
1348ab5b63
Roll Dart to f1ebe2bd5cfcb6b522e5b4fd406cdabb1a2d2091. (#4800) (#4805) 2018-03-16 17:08:06 -07:00
mikejurka
9e0f015d96
Revert "Roll Dart to f1ebe2bd5cfcb6b522e5b4fd406cdabb1a2d2091. (#4800)" (#4803)
This reverts commit c24e2850d513cb1dab85322955f712e61ca71297.
2018-03-16 16:22:41 -07:00
Ryan Macnak
c24e2850d5
Roll Dart to f1ebe2bd5cfcb6b522e5b4fd406cdabb1a2d2091. (#4800) 2018-03-16 12:17:38 -07:00
Alexander Aprelev
97b22348c8
Leave only widget creation tracker kernel pass in flutter frontend server. (#4727)
* Leave only widget creation tracker kernel pass in flutter frontend server.

This is follow-up to https://dart-review.googlesource.com/c/sdk/+/43888.

* Adapt to updated interface

* Tyop

* Fix imports. Compiler interface extension

* Add trivial test back. Rename library to flutter_frontend_server.
2018-03-02 07:52:19 -08:00
Jacob Richman
1e054c34fe
Stop using ClassHierarchy.deprecated_incremental. (#4678)
* Stop using ClassHierarchy.deprecated_incremental.
2018-02-14 10:56:21 -08:00
Jacob Richman
7c805c0a80
Track widget creation locations. (#4529)
* Track widget creation locations.
2018-02-13 12:33:23 -08:00