- 29 Oct, 2020 1 commit
-
-
Greg Spencer authored
This removes the nullOk parameter from Focus.of, FocusTraversalOrder.of and FocusTraversalGroup.of, and creates maybeOf equivalents for each. The of methods now return non-nullable values, and the maybeOf equivalents return nullable values.
-
- 23 Oct, 2020 1 commit
-
-
Yash Johri authored
-
- 15 Oct, 2020 1 commit
-
-
Pedro Massango authored
-
- 07 Oct, 2020 2 commits
-
-
Darren Austin authored
Migrate Material framework tests to null safety.
-
Ayush Bherwani authored
-
- 24 Aug, 2020 1 commit
-
-
xubaolin authored
* fix bug when tap ListTitle when tristate enable #63846 * fix bug when tap ListTitle when tristate enable #63846 * code style * improve the unit test case * bow to convention
-
- 11 Jun, 2020 2 commits
-
-
Alexandre Ardhuin authored
* add language version 2.8 in packages/flutter * enable non-nullable analyzer flag
-
Darren Austin authored
-
- 03 Jun, 2020 1 commit
-
-
William Oprandi authored
-
- 26 May, 2020 1 commit
-
-
Ayush Bherwani authored
-
- 07 Apr, 2020 1 commit
-
-
EricEnslen authored
Adds an "autofocus" param to ListTile and its Checkbox, Radio and Switch variants, and passes the given value through to the wrapped InkWell, Switch, etc. This is important for scenarios like a settings screen, where the first interactable element on a page may be a SwitchListTile, for example.
-
- 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
-
- 09 Aug, 2019 1 commit
-
-
Christian Mürtz authored
* Add checkColor to CheckboxListTile * Create second paint for drawing check and dash * Add activeColor test for Checkbox Co-Authored-By:
Shi-Hao Hong <shihaohong@google.com>
-