- 14 Dec, 2017 24 commits
-
-
Chris Bracken authored
Applies top, left, right media padding for iOS safe area insets. This is a follow-up to the media padding applied to large titles in flutter/flutter#13550.
-
Ian Hickson authored
Fixes https://github.com/flutter/flutter/issues/10695
-
Michael Goderbauer authored
-
xster authored
-
amirh authored
-
Régis Crelier authored
-
amirh authored
* flutter update-packages * update plugin registrant for flutter_gallery
-
amirh authored
-
Phil Quitslund authored
* Update plugin test template. * Add flutter test run verification. * Tweak and test runs for package projects.
-
Sarah Zakarias authored
* Revert "Revert engine (#13547)" This reverts commit ee65db11. * Keep flaky mark
-
Sarah Zakarias authored
-
Mikkel Nygaard Ravn authored
This reverts commit 05d6b08f.
-
Mikkel Nygaard Ravn authored
-
Phil Quitslund authored
-
Mikkel Nygaard Ravn authored
-
xster authored
* partial * add doc and warning * add correction * review * fix test
-
xster authored
* Add more checks to scheduleWarmUpFrame * review * add test
-
Chris Bracken authored
Applies media padding (e.g. iOS safe area insets) around the list tile children inside the InkWell. Also adds safe area around gallery section titles for consistency with surrounding list tiles.
-
Chris Bracken authored
Applies left and right media padding to Cupertino navigation bar large titles.
-
Michael Goderbauer authored
-
Jason Simmons authored
* Query selection rectangles for all three characters in the text * Change the last character to be non-whitespace. Minikin's line breaker will truncate whitespace characters at the end of a line.
-
xster authored
* add mediaquery docs * review
-
Ian Hickson authored
We've added a bunch of non-animatable properties to DefaultTextStyle. This adds them to AnimatedDefaultTextStyle so that you can use them even when your text style is animating.
-
Yegor authored
* Revert "Include a directory with Flutter assets (#12944)" This reverts commit 3af6b9cb. * Revert "Upgrade project.pbxproj to include flutter_assets (#13011)" This reverts commit 08128cb2. * Revert "Upgrade complex_layout project.pbxproj to include flutter_assets (#13544)" This reverts commit 35f1a041. * mark complex_layout_ios__start_up as flaky
-
- 13 Dec, 2017 9 commits
-
-
Yegor authored
-
Sarah Zakarias authored
-
Sarah Zakarias authored
-
Sarah Zakarias authored
-
Yegor authored
* update APK path in devicelab tests * add missing transitive dependency on archive * use path used by flutter tools
-
Mikkel Nygaard Ravn authored
-
Mikkel Nygaard Ravn authored
-
Michael Goderbauer authored
**This PR contains a breaking API change:** `SemanticsConfiguration.addAction()` has been removed and replaces by action-specific setters (`onTap`, `onLongPress`, etc.) to take care of the fact that some action handlers (those, who take arguments) have different signatures.
-
Michael Goderbauer authored
-
- 12 Dec, 2017 7 commits
-
-
Mehmet Fidanboylu authored
Increase coverage collection timeout to 2 minutes. Leafy is hitting the limits of the previous timeout of 30 seconds for tests that touch a lot of code in the app. (#13527)
-
Ian Hickson authored
Add more tests, fix docs, fix painting bugs... Fixes https://github.com/flutter/flutter/issues/12902
-
Mehmet Fidanboylu authored
Add test for interim state of the animation to make sure we are transitioning the border color the right way. (#13499)
-
Chris Bracken authored
Includes: flutter/engine#4425
-
Greg Spencer authored
Updating SDK and package versions now that alpha has been rolled to 0.0.20
-
Chris Bracken authored
Includes: flutter/engine#4442 flutter/engine#4445 flutter/engine#4444 flutter/engine#4448 (reverts flutter/engine#4444) flutter/engine#4447
-
xster authored
-