- 28 Feb, 2018 6 commits
-
-
najeira authored
-
jcollins-g authored
* Revert "Revert "Add android license verification to doctor and some refactoring" (#14727)" This reverts commit d2602947. * Add tests, fix sdkManagerEnv and use it consistently, and rearrange Status object model * AnsiSpinner needs to leave the cursor where it found it. * fix tests * Const constructor warning only shows up on windows...? * Avoid crash if we can't find the home directory * Make pathVarSeparator return a string in the mock * Implement review comments * Fix out-of-order problem on stop
-
Todd Volkert authored
Fixes https://github.com/flutter/flutter/issues/14975
-
Siva authored
* roll engine version in flutter/flutter to b05efc204090f430387398d3c35589571a2fe16b * Fix analyzer warnings.
-
Mikkel Nygaard Ravn authored
-
amirh authored
The downcast was crashing when toggling hasNotch for BottomAppBar.
-
- 27 Feb, 2018 8 commits
-
-
Chris Bracken authored
Dart is migrating to .dart_tool/ as the location for cached artifacts and other temporary files generated by tooling in the SDK. As part of this, pub will be migrating from .pub to .dart_tool/pub. In future, this path will also be used for other tooling, such as package:build.
-
Victor Choueiri authored
-
Todd Volkert authored
-
jcollins-g authored
-
Greg Spencer authored
We can't use .tar.xz on Mac because although it can unpack them on the command line (with tar), the "Archive Utility" that runs when you double-click on them just does some crazy behavior (it converts it to a compressed cpio archive, and when you double-click on that, it converts it back to .tar.xz, without ever unpacking it!) So, this changes the script to use .zip for Mac, and the files are about 220MB larger than they need to be.
-
Todd Volkert authored
-
Alexander Aprelev authored
-
- 26 Feb, 2018 8 commits
-
-
-
David Shuckerow authored
* Doc improvements for animations
-
Ryan Macnak authored
-
Jason Simmons authored
-
xster authored
-
Jason Simmons authored
libtxt is now the default text renderer
-
amirh authored
-
Devon Carew authored
* update the IntelliJ metedata templates * fix test expectation
-
- 24 Feb, 2018 2 commits
-
-
Alexander Aprelev authored
* Add --preview-dart-2 to 'flutter drive' * Run driver side in --preview-dart-2 mode. * Fix test
-
amirh authored
-
- 23 Feb, 2018 4 commits
-
-
amirh authored
The Floating Action Button adds some margin around it for the notch. So we need to compute a notch even when the FAB and the Bottom App Bar doe not overlap.
-
amirh authored
-
Jason Simmons authored
30+4 has made some changes to the remoting protocol that are incompatbile with a test harness running 30+3 (e.g. adding a type='initial' field to the first message)
-
Vyacheslav Egorov authored
* Fix snapshot fingerprinting in --preview-dart-2 mode. This is a follow up to PR #14775 - instead of treating dill file as an input treat as intermediate file and don't fingerprint it. Make sure to always use original main Dart file as an entry point for fingerprint calculation. This fixes an issue that AOT snapshot would not be recompiled in the preview-dart-2 mode if entry point changes, e.g. $ flutter build aot -t t/x.dart --preview-dart-2 $ flutter build aot -t t/y.dart --preview-dart-2 The second invocation would not build AOT snapshot. (This issue is visible on the microbencmarks bot)
-
- 22 Feb, 2018 6 commits
-
-
David Shuckerow authored
-
Hans Muller authored
-
amirh authored
-
Greg Spencer authored
-
Michael Thomsen authored
-
Michael Thomsen authored
-
- 21 Feb, 2018 6 commits
-
-
Todd Volkert authored
It was failing in the case of an AppContext being in scope but not having a `BotDetector` seeded in it.
-
xster authored
* Fix SliverPadding dropping the chain on scrollOffsetCorrection propagation * review doc
-
xster authored
* Fix focus switching when changing tabs in CupertinoTabScaffold * review * Test focuses are saved within tabs * review
-
Mikkel Nygaard Ravn authored
-
Victor Choueiri authored
-
Victor Choueiri authored
-