- 14 Jun, 2019 1 commit
-
-
LongCatIsLooong authored
-
- 20 May, 2019 1 commit
-
-
Sam Rawlins authored
-
- 13 May, 2019 1 commit
-
-
xster authored
-
- 15 Apr, 2019 1 commit
-
-
xster authored
-
- 20 Mar, 2019 1 commit
-
-
Alexandre Ardhuin authored
* some space formattings * always use blocks in if-else if a block is used * format spaces in for and while * allow multiline if conditions * fix missing space
-
- 06 Mar, 2019 1 commit
-
-
Alexandre Ardhuin authored
* fix some formatting issues * address review comments * fix indent
-
- 01 Mar, 2019 1 commit
-
-
Alexandre Ardhuin authored
* add trailing commas on list/map/parameters * add trailing commas on Invocation with nb of arg>1 * add commas for widget containing widgets * add trailing commas if instantiation contains trailing comma * revert bad change
-
- 29 Jan, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 16 Jan, 2019 1 commit
-
-
Michael Goderbauer authored
-
- 19 Dec, 2018 1 commit
-
-
xster authored
-
- 26 Oct, 2018 2 commits
- 24 Oct, 2018 1 commit
-
-
xster authored
-
- 03 Oct, 2018 1 commit
-
-
xster authored
-
- 23 Sep, 2018 1 commit
-
-
Ian Hickson authored
-
- 12 Sep, 2018 1 commit
-
-
Alexandre Ardhuin authored
* enable lint unnecessary_new * fix tests * fix tests * fix tests
-
- 28 Aug, 2018 1 commit
-
-
xster authored
-
- 24 Aug, 2018 1 commit
-
-
xster authored
-
- 02 Aug, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 27 Jul, 2018 1 commit
-
-
Todd Volkert authored
It was causing problems rolling Flutter into Fuchsia
-
- 23 Jul, 2018 1 commit
-
-
Alexandre Ardhuin authored
* re-enable lint unnecessary_const * remove trailling whitespaces * remove unnecessary const (after merge)
-
- 16 Jul, 2018 2 commits
-
-
Ian Hickson authored
This reverts commit cc1cf13e.
-
Alexandre Ardhuin authored
-
- 09 Jul, 2018 1 commit
-
-
xster authored
Put the nav bar padding inside the CustomMultiChildLayout for correct centering and allow custom padding (#19129)
-
- 22 Jun, 2018 1 commit
-
-
Jonah Williams authored
-
- 08 Jun, 2018 1 commit
-
-
Jonah Williams authored
-
- 06 Jun, 2018 1 commit
-
-
Edman P. Anjos authored
* Surface border parameter in CupertinoSliverNavigationBar (#18152) * Add tests for CupertinoSliverNavigationBar border * Remove unused keys, find by descendant
-
- 05 Jun, 2018 2 commits
-
-
xster authored
-
Alexandre Ardhuin authored
-
- 11 May, 2018 1 commit
-
-
xster authored
-
- 10 May, 2018 1 commit
-
-
Jonah Williams authored
-
- 22 Mar, 2018 1 commit
-
-
Ian Hickson authored
This is not a grand refactor yet, it's just cleaning up what we have already, so that people who keep using this API (e.g. dialogs) have something coherent to deal with. The major changes are that Navigator and NavigatorState have the same API now, that most of the examples use `<void>` instead of `<Null>`, that the navigator observer can see replaces, and that the `settings` is moved from ModalRoute to Route. I also cleaned up some of the API documentation.
-
- 12 Mar, 2018 1 commit
-
-
Jason Simmons authored
-
- 05 Feb, 2018 1 commit
-
-
Volodymyr Lykhonis authored
- Add override of border color of CupertinoNavigationBar - Add background color to CupertinoPageScaffold
-
- 14 Dec, 2017 2 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.
-
Chris Bracken authored
Applies left and right media padding to Cupertino navigation bar large titles.
-
- 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
-
- 02 Dec, 2017 1 commit
-
- 30 Nov, 2017 2 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.
-