- 15 Dec, 2017 8 commits
-
-
Chris Bracken authored
Our devicelab machines have not yet been upgraded to Xcode 9. Once this has been done, I'll re-land this. This reverts commit 0fac5f01.
-
Chris Bracken authored
We now require Xcode 9.0, which ships with the iOS 11 SDK, for iOS builds. This change does not affect the minimum supported iOS deployment target, which remains iOS 8. The iOS 11 SDK adds support for safe area insets, which model the status bar, iPhone X home indicator, and symmetric horizontal insets to avoid the iPhone X sensor housing when in landscape mode.
-
Chris Bracken authored
Applies media padding (e.g. iPhone X safe area insets) to the Material Design demos in the Gallery. Covers the following demos: * Buttons (via the TabbedComponentDemoScaffold change) * Cards * Expansion panels * Grid list * Icons * Images (via the TabbedComponentDemoScaffold change) * Page Selector * Progress Indicator * Scrollable tabs * Selection controls (via the TabbedComponentDemoScaffold change) * Snack bar * Tabs * Text fields * Tooltips Fixes #13594
-
Martin Kustermann authored
-
Yegor authored
* make date picker accessible * make test file lookup location-independent * address some comments * always wrap in IgnorePointer * no bitmasks for flags and actions * recommend List<*>
-
Chris Bracken authored
-
Chris Bracken authored
Adds safe areas around: 1. The body of the colour swatch view (tab 1) 2. The chat header (tab 2) 3. The chat bubbles (tab 2) 4. The 'Sign In' launcher button (tab 3)
-
Chris Bracken authored
Rather than use a Center widget, center the title using AppBar's centerTitle property. This ensures the title is horizontally centred with respect to the screen rather than centred in the space between the leading and trailing app bar widgets, which are asymmetrical in Shrine.
-
- 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 8 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.
-