- 13 Oct, 2020 1 commit
-
-
Kate Lovett authored
-
- 17 Sep, 2020 3 commits
-
-
chunhtai authored
-
Jonah Williams authored
This reverts commit fd0554ba.
-
chunhtai 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.
-
- 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)
-
- 15 Jul, 2020 1 commit
-
-
Anthony authored
-
- 11 Jun, 2020 2 commits
-
-
Alexandre Ardhuin authored
* add language version 2.8 in packages/flutter * enable non-nullable analyzer flag
-
Darren Austin authored
-
- 08 Jun, 2020 1 commit
-
-
chunhtai authored
-
- 04 Jun, 2020 1 commit
-
-
Kate Lovett authored
-
- 20 May, 2020 1 commit
-
-
Kate Lovett authored
-
- 06 Apr, 2020 1 commit
-
-
Darren Austin authored
-
- 03 Mar, 2020 2 commits
-
-
Shi-Hao Hong authored
This reverts commit 28f2c96a.
-
Shi-Hao Hong authored
-
- 27 Feb, 2020 1 commit
-
-
Darren Austin authored
-
- 20 Feb, 2020 1 commit
-
-
Darren Austin authored
-
- 13 Feb, 2020 1 commit
-
-
Shi-Hao Hong authored
* Add ButtonBar.overflowButtonSpacing * Add AlertDialog overflow button spacing functionality
-
- 12 Feb, 2020 3 commits
-
-
Jenn Magder authored
Revert "AlertDialog.actionsOverflowButtonSpacing and ButtonBar.overflowButtonSpacing (#50609)" (#50674)
-
Shi-Hao Hong authored
* Add ButtonBar.overflowButtonSpacing * Add AlertDialog overflow button spacing functionality
-
Arthur Denner authored
-
- 15 Jan, 2020 1 commit
-
-
Shi-Hao Hong authored
-
- 03 Jan, 2020 1 commit
-
-
Shi-Hao Hong authored
* Implement AlertDialog.actionsPadding and AlertDialog.buttonPadding
-
- 18 Dec, 2019 1 commit
-
-
Shi-Hao Hong authored
* Add AlertDialog.scrollable * Add deprecation notice * Ignore deprecation warning in dialog.dart with TODO
-
- 16 Dec, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 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
-
- 01 Nov, 2019 2 commits
-
-
Shi-Hao Hong authored
-
Brian Egan authored
-
- 28 Oct, 2019 1 commit
-
-
Shi-Hao Hong authored
* Wrap alert dialog title and content in single child scroll view * Scrollable alert dialog title and content tests * Remove unnecessary comment * Fix mainAxisSize and crossAxisAlignment issue
-
- 29 Apr, 2019 1 commit
-
-
Dan Field authored
* Re-enable const
-
- 11 Apr, 2019 1 commit
-
-
MH Johnson authored
* Fix bug, add regression test. * remove unnecessary space
-
- 07 Mar, 2019 1 commit
-
-
Alexandre Ardhuin authored
* fix indentof statements in BlockFunctionBody * fix indentof statements in BlockFunctionBody in tests
-
- 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
-
- 23 Jan, 2019 1 commit
-
-
Hans Muller authored
-
- 19 Dec, 2018 1 commit
-
-
MH Johnson authored
* Themable elevation on dialogs. * AlertDialogs Title/Content text styles * Themable elevation on dialogs. AlertDialogs Title/Content text styles * finish merging change * fixing tests * Docs fixes * Change const to final to fix analyzer errors * Fix analyzer errors * Remove dart:ui import * Hans Comments
-
- 13 Dec, 2018 1 commit
-
-
MH Johnson authored
* Themable elevation on dialogs. * Added `BackgroundColor` in widget + theme * Addressing Comments * Fix test name * Add debugFillProperties test
-
- 26 Oct, 2018 1 commit
-
-
MH Johnson authored
* [Material] Add custom shape parameter for Dialogs. * [Material] Add custom shape parameter for Dialogs. * Address Hans' first round comments. * Address Hans' first round comments. * Address Hans' Second round comments.
-
- 25 Sep, 2018 2 commits
-
-
Dan Field authored
* Refactor of cupertino/material/widgets app * update docs * Update tests for const
-