- 05 Jun, 2020 1 commit
-
-
Michel Feinstein authored
-
- 04 Jun, 2020 1 commit
-
-
Kate Lovett authored
-
- 28 May, 2020 1 commit
-
-
Tong Mu authored
* Adds default cursor and/or mouseCursor property to a number of widgets. * Adds `MaterialStateMouseCurrsor`.
-
- 20 May, 2020 1 commit
-
-
Hansol Lee authored
* Have _warpToCurrentIndex() shortcut logic behave properly * Add test * Apply code review * Fix typo (fromm -> from)
-
- 06 May, 2020 1 commit
-
-
Kate Lovett authored
-
- 12 Feb, 2020 1 commit
-
-
Anthony Mansour authored
-
- 11 Feb, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 25 Jan, 2020 1 commit
-
-
Hans Muller authored
-
- 22 Jan, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 07 Jan, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 23 Dec, 2019 1 commit
-
-
Chen Yumin authored
Adds the `iconMargin` parameter to Tab
-
- 13 Dec, 2019 1 commit
-
-
Alexandre Ardhuin authored
* implicit-casts:false in flutter/lib/src/material * address review comments
-
- 27 Nov, 2019 1 commit
-
-
Ian Hickson authored
* Update project.pbxproj files to say Flutter rather than Chromium Also, the templates now have an empty organization so that we don't cause people to give their apps a Flutter copyright. * Update the copyright notice checker to require a standard notice on all files * Update copyrights on Dart files. (This was a mechanical commit.) * Fix weird license headers on Dart files that deviate from our conventions; relicense Shrine. Some were already marked "The Flutter Authors", not clear why. Their dates have been normalized. Some were missing the blank line after the license. Some were randomly different in trivial ways for no apparent reason (e.g. missing the trailing period). * Clean up the copyrights in non-Dart files. (Manual edits.) Also, make sure templates don't have copyrights. * Fix some more ORGANIZATIONNAMEs
-
- 05 Nov, 2019 1 commit
-
-
umevoshi authored
-
- 10 Sep, 2019 1 commit
-
-
Shi-Hao Hong authored
* Add tabOffsetEqual null check with TODO
-
- 14 May, 2019 1 commit
-
-
Hans Muller authored
-
- 13 May, 2019 1 commit
-
-
Shi-Hao Hong authored
* Improve tabs documentation regarding matching lengths * Add Tabs animation to docs
-
- 10 May, 2019 1 commit
-
-
Hans Muller authored
-
- 03 May, 2019 1 commit
-
-
chunhtai authored
-
- 29 Apr, 2019 1 commit
-
-
MH Johnson authored
* Update TabController to support dynamic tabs. * Added test for single Tab showing correct color.
-
- 24 Apr, 2019 1 commit
-
-
Shi-Hao Hong authored
Added info regarding matching lengths requirement and included links to sample implementation
-
- 23 Apr, 2019 1 commit
-
- 22 Apr, 2019 1 commit
-
-
chunhtai authored
-
- 15 Mar, 2019 1 commit
-
-
Shi-Hao Hong authored
-
- 14 Mar, 2019 1 commit
-
-
Shi-Hao Hong authored
-
- 12 Mar, 2019 2 commits
-
-
Sean D'Souza authored
-
Hans Muller authored
-
- 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
-
- 25 Feb, 2019 1 commit
-
-
jslavitz authored
Breaks the moveBy call from drag and dragFrom into two separate calls and changes the default behavior of DragStartBehavior to DragStartBehavior.start (#26438) * Breaking change which sets the default DragStartBehavior to DragStartBehavior.start and changes WidgetTester.drag and WidgetTester.dragFrom by breaking the moveBy function call into multiple pieces.
-
- 06 Feb, 2019 1 commit
-
-
Michael Goderbauer authored
-
- 04 Feb, 2019 1 commit
-
-
Ian Hickson authored
* Crash when a TabBar is put in a BottomAppBar. * Tabs bugs (e.g. crash on transparent material) - Tabs would crash when placed on transparent Materials - Tabs would fail to render the child if an icon was specified
-
- 01 Feb, 2019 1 commit
-
-
MhdHejazi authored
-
- 29 Jan, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 23 Jan, 2019 1 commit
-
-
Alexandre Ardhuin authored
* fix some bad indentations * remove suspicious line
-
- 18 Jan, 2019 1 commit
-
-
jslavitz authored
-
- 16 Jan, 2019 1 commit
-
-
MH Johnson authored
* Add labelStyle + unselectedLabelStyle to TabBarTheme
-
- 09 Jan, 2019 1 commit
-
-
jslavitz authored
* the onStart callback will report the location of the pointer where it wins the gesture arena by default instead of the pointer down location. Fixes all tests related to changing this default value.
-
- 08 Jan, 2019 1 commit
-
- 07 Jan, 2019 1 commit
-
-
jslavitz authored
* Adds start behavior option to the drag gesture recognizer and makes it the default option when a drag gesture recognizer is created. Also fixes all the tests to work correctly with the new default behavior.
-
- 18 Dec, 2018 1 commit
-
-
Alexandre Ardhuin authored
-