- 14 Feb, 2018 1 commit
-
-
Alexander Aprelev authored
* Use engine-built dart sdk * Download dart-sdk from engine * Move up deps to fix dart sdk constraint problem * Update update_dart_sdk.ps1 for Windows * Fix tests so they pass analysis * More types for tests * Roll engine * Update dart sdk stamp location in flutter.bat * Add newline
-
- 02 Feb, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 01 Feb, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 29 Jan, 2018 1 commit
-
-
amirh authored
-
- 05 Jan, 2018 1 commit
-
-
amirh authored
This broke the coverage tool, as material/animated_icons/animated_icons.dart was loaded twice as a part, once directly animated_icons_private_test, and one through animated_icons_private_test->flutter_tester->...->material The coverage package assumes a 1:1 mapping between VM scripts and URIs due to a limitation in the underlying vm_service_client package, which currently doesn't provide a unique identifier for VM scripts. The underlying issue is tracked by dart-lang/coverage#194.
-
- 04 Jan, 2018 2 commits
-
-
amirh authored
-
amirh authored
This started breaking the analyzer following https://github.com/flutter/flutter/pull/13889 The test version of the material_animated_icons did not include the meta package (needed for the @required tag) and was also not including all the generated icons files. Ideally we should find a way to fix this without enumerating all the icons in the test file. But for now just adding the missing file to fix the build breakage.
-
- 03 Jan, 2018 1 commit
-
-
Michael Goderbauer authored
-
- 21 Dec, 2017 1 commit
-
-
amirh authored
-