- 18 Nov, 2020 1 commit
-
-
nero authored
-
- 04 Nov, 2020 3 commits
-
-
Madhur Maurya authored
* indicatorPadding now does not get ignored * Removing unnecessary comments * Throw FlutterError on indicatorPadding * Tests for indicatorPadding * Migrate test to NNBD * Tests Renamed
-
Aneesh Rao authored
-
xubaolin authored
-
- 27 Oct, 2020 1 commit
-
-
Shi-Hao Hong authored
-
- 22 Oct, 2020 1 commit
-
-
Michael Goderbauer authored
-
- 08 Oct, 2020 1 commit
-
-
Michael Goderbauer authored
-
- 09 Sep, 2020 1 commit
-
-
Hansol Lee authored
-
- 02 Sep, 2020 1 commit
-
-
Smadey authored
-
- 31 Aug, 2020 1 commit
-
-
Chris Bracken authored
Flutter's `moreOrLessEquals` has a few advantages over `closeTo` from the `matcher` package: * It emits the epsilon value in the test result on failure. * It uses a named parameter for epsilon, which improves readability at the call site. * It has a reasonable default for epsilon in cases where something more specific isn't required. Using it also has the nice property that it aids in its own discovery when when people go looking for such functionality in new tests. This change also includes a couple unrelated whitespace formatting cleanups.
-
- 07 Aug, 2020 1 commit
-
-
Ian Hickson authored
-
- 28 Jul, 2020 1 commit
-
-
Darren Austin authored
Updated references to the old button classes to the new ones in comments and documentation for tests in the material and cupertino libraries. (#62164)
-
- 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
-