- 06 Mar, 2018 1 commit
-
-
xster authored
* Add selection haptic feedback to Cupertino Pickers * review * don't haptic on android
-
- 21 Feb, 2018 1 commit
-
-
xster authored
* Fix focus switching when changing tabs in CupertinoTabScaffold * review * Test focuses are saved within tabs * review
-
- 16 Feb, 2018 1 commit
-
-
Alexandre Ardhuin authored
* fix potential call on null * review
-
- 15 Feb, 2018 1 commit
-
-
Ian Hickson authored
-
- 05 Feb, 2018 1 commit
-
-
Volodymyr Lykhonis authored
- Add override of border color of CupertinoNavigationBar - Add background color to CupertinoPageScaffold
-
- 02 Feb, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 31 Jan, 2018 2 commits
-
-
Michael Goderbauer authored
With a little refactor and unification of how availability of copy/cut/paste is determined across platforms. Minor remaining issue: https://github.com/flutter/flutter/issues/14331. Fixes https://github.com/flutter/flutter/issues/13501.
-
Greg Spencer authored
This updates the CupertinoAlertDialog to respect text scale factor more properly. Before this, it would scale, but would clip the action buttons at large scales, and would draw in the safe area. It also didn't match the iOS alert because the content didn't scroll. Now it does those properly. I didn't address the fact that buttons should lay out properly (Issue #14345), but that's probably pretty low priority. Fixes #12484
-
- 26 Jan, 2018 1 commit
-
-
xster authored
* controller, position and test * Make controllers swappable * WIP * Create a ListWheelScrollPhysics * Created picker and gallery demo and testing now * Works. Ready to document and test. * Document and add tests. Make the scroll controller more generic. * minor cleanup * review * review * fix tests * stop using TransformLayers for now
-
- 25 Jan, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 22 Dec, 2017 1 commit
-
-
xster authored
* Create CupertinoScrollbar * handle main axis margin * Adaptive material scrollbar and tests * Small tweaks * reapply changes on head * Docs * start * Refactored ScrollbarPainter to be more immutable * fix tests * fix bug: one animationcontroller pointed to multiple painters * some docs tweak * remove unused import * review * review * add dispose
-
- 21 Dec, 2017 1 commit
-
-
Ian Hickson authored
This cleans up lerp, lerpFrom, lerpTo, and scale methods, and their documentation. Fixes https://github.com/flutter/flutter/issues/12377.
-
- 14 Dec, 2017 3 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.
-
Michael Goderbauer authored
-
Chris Bracken authored
Applies left and right media padding to Cupertino navigation bar large titles.
-
- 13 Dec, 2017 1 commit
-
-
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.
-
- 08 Dec, 2017 1 commit
-
-
xster authored
Let translucent Cupertino bars have its scaffold children automatically pad their heights - second try (#13440) * Let translucent Cupertino bars have its scaffold children automatically pad their heights (#13194) * Let lists automatically add sliver padding from media query. Translucent nav and tab bars leave behind media query paddings in scaffolds. * tests * const lint * Rename base abstract class to generalized ObstructingPreferredSizeWidget * review * More docs and comments from #13317
-
- 06 Dec, 2017 1 commit
-
-
Chris Bracken authored
This adjusts the CupertinoTabBar height in the presence of bottom padding. On the iPhone X, this will increase the height to account for the home indicator widget.
-
- 02 Dec, 2017 1 commit
-
- 30 Nov, 2017 3 commits
-
-
xster authored
* Let lists automatically add sliver padding from media query. Translucent nav and tab bars leave behind media query paddings in scaffolds. * tests * const lint * Rename base abstract class to generalized ObstructingPreferredSizeWidget
-
Ian Hickson authored
Fixes the remaining known issues with widgets supporting RTL.
-
Michael Goderbauer authored
* ensures that only semantics boundaries will be added to owner._nodesNeedingSemantics as expected by compiler. * no longer throws assert if markNeedsSemanticsUpdate is called on non-semantic-boundary render object with a non-semantic-boundary parent. * Fixes #13109. * removes onlyLocalUpdates from markNeedsSemanticsUpdate as its no longer needed.
-
- 25 Nov, 2017 1 commit
-
-
Devon Carew authored
-
- 22 Nov, 2017 1 commit
-
-
Levin Rickert authored
-
- 17 Nov, 2017 1 commit
-
-
Greg Spencer authored
I got tired of drive-by spelling fixes, so I figured I'd just take care of them all at once. This only corrects errors in the dartdocs, not regular comments, and I skipped any sample code in the dartdocs. It doesn't touch any identifiers in the dartdocs either. No code changes, just comments.
-
- 08 Nov, 2017 1 commit
-
-
Alexandre Ardhuin authored
* enable lint prefer_asserts_in_initializer_lists * enable --assert-initializer
-
- 03 Nov, 2017 2 commits
-
-
Ian Hickson authored
-
xster authored
* Built first tab * Small additions * started tab 3 * Need color arithmetics * tab 2 built * finalize * lint and tests * review * Reapply docs after rebase * use color.computeLuminance * linter * nit
-
- 26 Oct, 2017 1 commit
-
-
Ian Hickson authored
* Revert "roll engine (#12660)" This reverts commit 048bc5e0. * Revert "FittedBox RTL (#12662)" This reverts commit 05a22fe0. * Revert "Revert "nav bar font styles are special, do not inherit (#12578)" (#12661)" This reverts commit 662b6684.
-
- 25 Oct, 2017 2 commits
-
-
amirh authored
fixes #11992
-
Alexandre Ardhuin authored
* enable lint prefer_const_constructors_in_immutables * remove LabeledGlobalKey._
-
- 23 Oct, 2017 2 commits
-
-
Ian Hickson authored
This reverts commit 964a138d. It may (or may not) have caused a performance regression. Hard to say.
- 20 Oct, 2017 2 commits
-
-
xster authored
* create auto back button behaviour * cosmetic fidelity * tests * review * document new icon
-
xster authored
* Revert "BoxDecoration.borderRadius and RoundedRectangleBorder.borderRadius RTL (#12603)" This reverts commit 07908916. * Revert "Copy snapshot file into assets (#12523)" This reverts commit f6135107. * Revert "Add a rootNavigator option to Navigator.of (#12580)" This reverts commit 822084b2.
-
- 19 Oct, 2017 2 commits
-
-
xster authored
-
Sarah Zakarias authored
-
- 18 Oct, 2017 3 commits
-
-
Michael Goderbauer authored
* Oct 12 10:12am * implicit_semantics_test.dart passes * refactoring * works in nice * minor rename * more doc comments * to be explicit check better * fix test * ++ * ++ * semantics_9_test (BlockSemantics) and implicit_semantics_test are passing * doc updates * tiny refactor * fix static errors in tests * fix gesture detector * ++ * ++ * geometry * ++ * remove noGeometry * revert test * + * all tests but scrolling/clipping pass * clipping works * scrolling halfway * sliver tests pass * ALL TESTS PASS * SemanticsNode changed * docs and tiny fixes * card test * more doc comments * remove missed print * more tests * make test pass on Linux * remove changes to intellij proj file * review comments
-
xster authored
-
xster authored
-