- 15 Nov, 2019 1 commit
-
-
Kaushik Iska authored
This reverts commit f0794917.
-
- 14 Nov, 2019 4 commits
-
-
Ian Hickson authored
-
Casey Hillers authored
-
Jonah Williams authored
- 13 Nov, 2019 2 commits
-
-
Michael Goderbauer authored
-
Tong Mu authored
* Add opaque to barriers * Detect opaque and test
-
- 12 Nov, 2019 1 commit
-
-
Jonah Williams authored
-
- 11 Nov, 2019 1 commit
-
-
Mouad Debbar authored
-
- 09 Nov, 2019 3 commits
-
-
Alex Fourman authored
-
Taufiq Rahman authored
-
Greg Spencer authored
This adds support for the fn key on macOS. It adds it to the key mappings as a supplemental mapping that overwrites the one from the Chrome headers, since the chrome headers have a TODO, but no implementation of the key. Also, ignore the fn key entirely on macOS. This is because On macOS laptop keyboards, the fn key is used to generate home/end and f1-f12, but it ALSO generates a separate down/up event for the fn key itself. Other platforms hide the fn key, and just produce the key that it is combined with, so to keep it possible to write cross platform code that looks at which keys are pressed, the fn key is ignored.
-
- 08 Nov, 2019 3 commits
-
-
LongCatIsLooong authored
-
Luiz França authored
* Adding subtitle to expansion_tile
-
Greg Spencer authored
As it stands, dropdowns currently do not focus the item that is selected, so if you select something on a dropdown, and then close it, and re-open it, then the new item is not auto-focused. This PR changes that so that selected value is focused by default when the dropdown is re-opened.
-
- 07 Nov, 2019 1 commit
-
-
LongCatIsLooong authored
-
- 06 Nov, 2019 5 commits
-
-
Greg Spencer authored
Currently, we listen to keyboard events to find out which keys should be represented in RawKeyboard.instance.keysPressed, but that's not sufficient to represent the physical state of the keys, since modifier keys could have been pressed when the overall app did not have keyboard focus (especially on desktop platforms). This PR synchronizes the list of modifier keys in keysPressed with the modifier key flags that are present in the raw key event so that they can be relied upon to represent the current state of the keyboard. When synchronizing these states, we don't send any new key events, since they didn't happen when the app had keyboard focus, but if you ask "is this key down", we'll give the right answer
-
Taufiq Rahman authored
-
chunhtai authored
-
Gary Qian authored
-
chunhtai authored
* added new lfecycle state * update * update
-
- 05 Nov, 2019 10 commits
-
-
LongCatIsLooong authored
-
Shi-Hao Hong authored
-
Taufiq Rahman authored
-
Yegor authored
-
Justin McCandless authored
Adds the CupertinoContextMenu widget for iOS 13 support.
-
Edman P. Anjos authored
Fixes #42049.
-
Taufiq Rahman authored
* Adjust and refactor all FlatButton tests into its respective file
-
Kate Lovett authored
SliverAppBar - Configurable overscroll stretch with callback feature & FlexibleSpaceBar support (#42250)
-
LongCatIsLooong authored
-
Dan Field authored
-
- 04 Nov, 2019 1 commit
-
-
Nurhan Turgut authored
* Adding handling of TextInputClient.onConnectionClosed messages handling to Framework * Adding more test cases for closing connection to editable_text_test * fixing analyze error. * Fixing analyze error in the test file * Fixing comments on the new method * Adding more closing connection examples. * Indentation change * Remove auto-add white space * Changing the oncloseconnection behaviour to stop editing. Updating the tests * Addressing PR comments. Added explicit log for method channnels to the tests. Added comments to the interfaces. * add more documentation
-
- 01 Nov, 2019 6 commits
-
-
NikitaZhelonkin authored
* Wire enableFeedback parameter through MaterialButton, RawMaterialButton, and IconButton. Co-Authored-By:
Shi-Hao Hong <shihaohong@google.com>
-
Shi-Hao Hong authored
-
Brian Egan authored
-
Justin McCandless authored
This is being done to match the Material spec. It will likely break many visual diff tests.
-
LongCatIsLooong authored
-
Greg Spencer authored
This adds accessors for WidgetsBinding.instance.focusManager and WidgetsBinding.instance.focusManager.primaryFocus so that they can be more easily found in IDEs and accessed. This adds a top level getter for WidgetsBinding.instance.focusManager.primaryFocus called primaryFocus, and a static accessor FocusManager.instance that returns WidgetsBinding.instance.focusManager.
-
- 31 Oct, 2019 2 commits
-
-
Gary Qian authored
-
Greg Spencer authored
Makes sure that disabled InkWell/InkResponse and widgets that use them don't allow themselves to be focused. ListTile, PopupMenu, and Stepper were not setting canRequestFocus properly on the InkWell, and InkWell was allowing focus even if it was disabled (it was basically just relying on the containing widget to set canRequestFocus properly). Now InkWell must both be enabled (have an onTap or similar) and have canRequestFocus set to true.
-