- 24 Jun, 2020 1 commit
-
-
chunhtai authored
-
- 11 Jun, 2020 1 commit
-
-
Alexandre Ardhuin authored
* add language version 2.8 in packages/flutter * enable non-nullable analyzer flag
-
- 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)
-
- 22 Apr, 2020 1 commit
-
-
Kate Lovett authored
-
- 12 Feb, 2020 1 commit
-
-
Anthony Mansour authored
-
- 11 Feb, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 06 Jan, 2020 1 commit
-
-
Alexandre Ardhuin authored
* add key to constructors of public widgets * fix a test * fix a test
-
- 23 Dec, 2019 1 commit
-
-
Chen Yumin authored
Adds the `iconMargin` parameter to Tab
-
- 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
-
- 13 Nov, 2019 1 commit
-
-
Michael Goderbauer authored
-
- 10 Oct, 2019 1 commit
-
-
Greg Spencer authored
This attempts to reland #40186 and #41220, that were reverted in #41945. The main modifications from the original PRs are that I predefine the shortcuts and actions maps instead of defining them inline in the build function, and I use a new mapEquals to do a deep comparison so that we don't rebuild modified things if the contents of the map haven't changed. I also eliminated an operator== and hashCode that were defined on the Actions widget, since widgets shouldn't have those. (it's too bad though: I get an 85% speedup if we leave this in! Too bad it prevents rebuilding of the children...) Fixes #40101
-
- 02 Oct, 2019 1 commit
-
-
Shi-Hao Hong authored
* Update DefaultTabController to allow for zero tabs
-
- 30 Sep, 2019 1 commit
-
-
Alexandre Ardhuin authored
* add missing trailing commas * add more missing trailing commas * add more and more missing trailing commas
-
- 24 Sep, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 25 Jun, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 13 Jun, 2019 1 commit
-
-
Jonah Williams authored
-
- 10 May, 2019 1 commit
-
-
Hans Muller authored
-
- 04 May, 2019 1 commit
-
-
Shi-Hao Hong authored
* Add Flag to determine if pixels is set by viewport during disposal * Add TODO to remove nested TabBarView workaround once unnecessary build/dispose issues are resolved
-
- 03 May, 2019 1 commit
-
-
chunhtai authored
-
- 29 Apr, 2019 2 commits
-
-
Dan Field authored
* Re-enable const
-
MH Johnson authored
* Update TabController to support dynamic tabs. * Added test for single Tab showing correct color.
-
- 23 Apr, 2019 1 commit
-
- 22 Apr, 2019 1 commit
-
-
chunhtai authored
-
- 10 Apr, 2019 1 commit
-
-
Sam Rawlins 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
-
- 21 Feb, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 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
-
- 15 Dec, 2018 1 commit
-
-
Hans Muller authored
-
- 13 Dec, 2018 1 commit
-
-
Jasper van Riet authored
-
- 11 Dec, 2018 1 commit
-
-
Hans Muller authored
-
- 19 Nov, 2018 1 commit
-
-
Jonah Williams authored
-
- 01 Oct, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 14 Sep, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 13 Sep, 2018 1 commit
-
-
Hans Muller authored
-
- 12 Sep, 2018 1 commit
-
-
Alexandre Ardhuin authored
* enable lint unnecessary_new * fix tests * fix tests * fix tests
-
- 11 Sep, 2018 1 commit
-
-
Dan Field authored
* Ensure that the _childElements map is properly traversed as a sparse list and not inflated with garbage collected children. * Add tests to ensure Lists/Tabs with KeepAlive children can make large jumps, don't lose children (including after rebuild).
-