- 27 Feb, 2018 2 commits
-
-
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 12 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
-
xster authored
-
amirh authored
* add a FAB NotchMaker to ScaffoldGeometry * add a notchMaker to FloatingActionButton * Initial implementation of BottomAppBar Mainly includes the notch making logic. Not yet tested as currently there is no way to make the FAB and the BAB overlap, once #14368 to lands we could add unit tests to the BottomAppBar as well. * use a closeable for clearing the FAB notchmaker
-
jcollins-g authored
* Fix packages tests when run off bots * Tweak dependencies to make bots happy * Review comment
-
Hans Muller authored
-
-
-
- 20 Feb, 2018 6 commits
-
-
Todd Volkert authored
Fixes https://github.com/flutter/flutter/issues/14751
-
xster authored
-
Todd Volkert authored
-
Alexander Aprelev authored
-
Alexander Aprelev authored
* Fix snapshot fingerprint check for --preview-dart-2. * Remove printTraces
-
Jason Simmons authored
-