- 28 Apr, 2020 2 commits
-
-
Justin McCandless authored
-
Gary Qian authored
-
- 25 Apr, 2020 1 commit
-
-
Justin McCandless authored
-
- 20 Apr, 2020 1 commit
-
-
LongCatIsLooong authored
-
- 07 Apr, 2020 1 commit
-
-
LongCatIsLooong authored
-
- 03 Mar, 2020 1 commit
-
-
Greg Spencer authored
This PR adds the linux and windows target platform enum values, along with automatically setting the defaultTargetPlatform to the appropriate value on those platforms. Fixes #31366
-
- 11 Feb, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 06 Feb, 2020 1 commit
-
-
Gary Qian authored
-
- 25 Jan, 2020 1 commit
-
-
Hans Muller authored
-
- 13 Jan, 2020 1 commit
-
-
Ian Hickson authored
-
- 08 Jan, 2020 1 commit
-
-
Greg Spencer authored
-
- 18 Dec, 2019 3 commits
-
-
Lau Ching Jun authored
This reverts commit 0f8c0da0.
-
Alex Vincent authored
When buildCounter returns null it no longer produces a widget that takes up space.
-
LongCatIsLooong authored
-
- 13 Dec, 2019 2 commits
-
-
Justin McCandless authored
smartDashesType and smartQuotesType params for text fields to control iOS's smart punctuation feature.
-
Alexandre Ardhuin authored
* implicit-casts:false in flutter/lib/src/material * address review comments
-
- 03 Dec, 2019 1 commit
-
-
Dan Field authored
-
- 27 Nov, 2019 2 commits
-
-
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
-
Greg Spencer authored
This PR adds TargetPlatform.macOS to the TargetPlatform enum. This allows us to begin implementation of some adaptive UI based on which target platform is desired. I haven't updated the tests here, that will come in a follow-up PR.
-
- 28 Oct, 2019 2 commits
-
-
Justin McCandless authored
This flag controls Android's keyboard suggestions on/off
-
Justin McCandless authored
Use assertions to prevent multiline password fields from being created
-
- 17 Oct, 2019 1 commit
-
-
Greg Spencer authored
In #42533, I disabled the up/down arrows for focus navigation in text fields, but we thought of a better way to do it, so this is that better way. This change reverts the other change, and instead it tests the context of the node in the action to see if it's an EditableText node. If so, then it doesn't do the navigation action.
-
- 15 Oct, 2019 1 commit
-
-
Greg Spencer authored
This disables the arrow key focus navigation for text fields. This was non-standard behavior for text fields, although it remains useful for other kinds of controls. Fixes #42259
-
- 10 Oct, 2019 1 commit
-
-
Tong Mu authored
* Adds a new parameter bool opaque to MouseRegion * The same to RenderMouseRegion and AnnotatedRegionLayer * Add findAnnotations to Layer
-
- 04 Oct, 2019 1 commit
-
-
Rody Davis authored
-
- 30 Sep, 2019 1 commit
-
-
Alexandre Ardhuin authored
* add missing trailing commas * add more missing trailing commas * add more and more missing trailing commas
-
- 28 Sep, 2019 1 commit
-
-
MH Johnson authored
* remove splash logic * update tests
-
- 24 Sep, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 18 Sep, 2019 2 commits
-
-
Michael Goderbauer authored
-
Justin McCandless authored
Added docs examples of getting the string from a TextField
-
- 17 Sep, 2019 3 commits
-
-
Michael Goderbauer authored
This reverts commit 6ad88bd5.
-
Michael Goderbauer authored
-
Brian Egan authored
-
- 03 Sep, 2019 1 commit
-
-
Greg Spencer authored
This changes the behavior of text fields, Material buttons, and Chips so that if they are disabled they lose focus. Before this change, it was possible to disable a control and then use focus traversal to reach it anyhow, and in the case of text fields, enter text into a disabled field. Fixes #33985
-
- 09 Aug, 2019 2 commits
-
-
Christian Mürtz authored
-
Brett Morgan authored
-
- 01 Aug, 2019 2 commits
-
-
chunhtai authored
reland Enable selection by default for password text field and expose api to turn on and off context menu options (#37324)
-
Tong Mu authored
- Splits on{Enter,Hover,Exit} from Listener to MouseRegion. Deprecated API is kept for compatibility. - Splits on{Enter,Hover,Exit} from RenderPointerListener to RenderMouseRegion.
-
- 31 Jul, 2019 1 commit
-
-
Michael Goderbauer authored
Revert "reland Enable selection by default for password text field and expose api to turn on and off context menu options (#34676) (#37183)" (#37295) This reverts commit 7eb09a84.
-
- 30 Jul, 2019 1 commit
-