- 29 Jul, 2022 1 commit
-
-
Greg Spencer authored
-
- 20 May, 2022 2 commits
-
-
Renzo Olivares authored
* Add tests * fix tests * updates Co-authored-by: Renzo Olivares <roliv@google.com>
-
Tong Mu authored
-
- 06 May, 2022 1 commit
-
-
Alexandre Ardhuin authored
-
- 15 Apr, 2022 1 commit
-
-
Justin McCandless authored
-
- 15 Mar, 2022 1 commit
-
-
Sahaj Rana authored
* Add 'mouseCursor' to TextFormField Added 'mouseCursor' to TextFormField. Related issue: https://github.com/flutter/flutter/issues/99770 * added test for 'mouseCursor' in TextFormField. added test for 'mouseCursor' in TextFormField. * Update packages/flutter/test/material/text_form_field_test.dart Co-authored-by: Tong Mu <dkwingsmt@users.noreply.github.com> * Update packages/flutter/test/material/text_form_field_test.dart Co-authored-by: Tong Mu <dkwingsmt@users.noreply.github.com> * Minor update: Added a space. * Removed icon & minor updates. Co-authored-by: Tong Mu <dkwingsmt@users.noreply.github.com>
-
- 21 Jan, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 14 Jan, 2022 1 commit
-
-
Greg Spencer authored
Before this change, it was possible to select and copy obscured text from a text field. This changes things so that: - Obscured text fields don't allow copy or cut. - If a field is both obscured and read-only, then selection is disabled as well (if you can't modify it, and can't copy it, there's no point in selecting it).
-
- 03 Nov, 2021 1 commit
-
-
LongCatIsLooong authored
-
- 14 Oct, 2021 1 commit
-
-
Kate Lovett authored
-
- 08 Oct, 2021 3 commits
-
-
Ian Hickson authored
-
Zachary Anderson authored
This reverts commit 5fd259be.
-
Ian Hickson authored
-
- 07 Oct, 2021 1 commit
-
-
Kate Lovett authored
-
- 06 Oct, 2021 1 commit
-
-
Kate Lovett authored
-
- 07 Sep, 2021 1 commit
-
-
Justin McCandless authored
Simplifying and refactoring parts of RenderEditable. Functionality is the same.
-
- 27 Aug, 2021 1 commit
-
-
Justin McCandless authored
Use the hasStrings clipboard method when possible instead of reading the contents of the clipboard.
-
- 03 Aug, 2021 1 commit
-
-
Darren Austin authored
-
- 01 Jul, 2021 1 commit
-
-
Ahmed Ashour authored
-
- 02 Jun, 2021 1 commit
-
-
Anis Alibegić authored
-
- 21 May, 2021 1 commit
-
-
Ian Hickson authored
-
- 19 May, 2021 1 commit
-
-
Hattomo (TomohiroHattori) authored
-
- 14 May, 2021 1 commit
-
-
Ian Hickson authored
-
- 13 May, 2021 1 commit
-
-
Ian Hickson authored
-
- 04 May, 2021 2 commits
-
-
Ian Hickson authored
- 02 May, 2021 1 commit
-
-
Guilherme Henrique authored
-
- 28 Apr, 2021 1 commit
-
-
Alexandre Ardhuin authored
-
- 26 Apr, 2021 1 commit
-
- 23 Apr, 2021 1 commit
-
-
Ian Hickson authored
* Migrate to ChannelBuffers.push * Move TestDefaultBinaryMessenger to its own file * Apply deprecations and fix usages
-
- 21 Apr, 2021 1 commit
-
-
Phil Quitslund authored
-
- 06 Mar, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 09 Feb, 2021 1 commit
-
-
Chinmoy authored
-
- 21 Jan, 2021 1 commit
-
-
Justin McCandless authored
Very simple right-click context menu for Windows and Linux in a Material-esque style.
-
- 20 Jan, 2021 1 commit
-
-
Justin McCandless authored
A very minimal right-click menu for Mac desktop.
-
- 26 Dec, 2020 1 commit
-
-
Mahdi authored
* TextField's hintText should support TextDirection. There are many cases for RTL languages that the TextField's label is RTL but the input direction is LTR (e.g. email address). Therefore we may need to change the directionality of the hintText. * Update input_decorator.dart * Adds hintTextDirection tests. * React to reviewer's comments. * Fixes two more analysis issues.
-
- 01 Dec, 2020 1 commit
-
-
Justin McCandless authored
-
- 22 Oct, 2020 1 commit
-
-
Jaime Blasco authored
Enables custom text selection menus by allowing selectionControls to be passed to TextField et. al.
-
- 12 Oct, 2020 1 commit
-
-
Justin McCandless authored
Just another nnbd conversion PR.
-
- 16 Sep, 2020 1 commit
-
-
YeungKC authored
-