- 17 Jun, 2020 1 commit
-
- 16 Jun, 2020 1 commit
-
-
Justin McCandless authored
-
- 12 Jun, 2020 1 commit
-
-
Kate Lovett authored
-
- 11 Jun, 2020 1 commit
-
-
Alexandre Ardhuin authored
* add language version 2.8 in packages/flutter * enable non-nullable analyzer flag
-
- 08 Jun, 2020 1 commit
-
-
LongCatIsLooong 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`.
-
- 27 May, 2020 1 commit
-
-
Greg Spencer authored
This adds a new navigationMode to the MediaQueryData that indicates how focusable controls should behave under different navigation modes, currently with two modes: NavigationMode.traditional, and NavigationMode.directional. It may seem like focusing a disabled control is not desirable, but this is useful for user interfaces that use DPAD navigation because if a control gets disabled, losing focus is disruptive to the user, and it is difficult to control where the focus will end up unless it is done explicitly.
-
- 14 May, 2020 1 commit
-
-
Kate Lovett authored
-
- 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 1 commit
-
-
Michael Goderbauer authored
This reverts commit 6ad88bd5.
-