- 15 Feb, 2018 1 commit
-
-
Alexander Aprelev authored
* Use already downloaded dart sdk for frontend_server. This is follow-up to https://github.com/flutter/flutter/pull/14610 * Remove reference to engine dart-sdk from artifacts * Remove unused imports * WIP to switch back to solution where dart sdk is downloaded into bin/cache/dart-sdk, but it is 'flutter precache -a' that can download all dart sdks for other platforms under bin/cache/artifacts/engine/<platform>/dart-sdk * Download all dart sdks when 'flutter precache -a'
-
- 29 Nov, 2017 1 commit
-
-
Mehmet Fidanboylu authored
* Add capability to print engine dart sdk to flutter doctor * First round of review comments * second round of comments * Final review comments
-
- 15 Nov, 2017 1 commit
-
-
xster authored
* add git version comparison function * use [] in dartdoc * Make method instance method
-
- 08 Nov, 2017 1 commit
-
-
Devon Carew authored
* address unused element issues and new warnings * add a missing return
-
- 21 Jul, 2017 1 commit
-
-
Ian Hickson authored
Mainly, this adds documentation to members that were previously lacking documentation. It also adds a big block of documentation about improving performance of widgets. This also removes some references to package:collection and adds global setEquals and listEquals methods in foundation that we can use. (setEquals in particular should be much faster than the package:collection equivalent, though both should be faster as they avoid allocating new objects.) All remaining references now qualify the import so we know what our remaining dependencies are. Also lots of code reordering in Flutter driver to make the code consistent and apply the style guide more thoroughly.
-
- 12 May, 2017 1 commit
-
-
Ian Hickson authored
-
- 10 Apr, 2017 1 commit
-
-
Yegor authored
* do not warn about out-of-date Flutter installation too often * style fix
-
- 04 Apr, 2017 1 commit
-
-
Yegor authored
-