- 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).
-
- 13 Jan, 2022 1 commit
-
-
LongCatIsLooong authored
-
- 11 Jan, 2022 1 commit
-
-
Jami Couch authored
-
- 10 Dec, 2021 1 commit
-
-
Justin McCandless authored
-
- 09 Dec, 2021 1 commit
-
-
Chris Bracken authored
-
- 03 Dec, 2021 1 commit
-
-
Justin McCandless authored
SelectableText defers to EditableText for wantKeepAlive, plus improved docs.
-
- 16 Nov, 2021 2 commits
-
-
Pierre-Louis authored
-
Justin McCandless authored
-
- 04 Oct, 2021 1 commit
-
-
Greg Spencer authored
This does a cleanup of the examples, removing all of the "section" markers and extra comments that we don't need anymore now that the samples are no longer in the source code. It also removes the --template arguments from the {@tool dartpad} and {@tool sample} directives, since those are no longer used. It converts two examples that I discovered were still embedded into linked examples in the examples folder. I didn't delete the templates from the snippets config folder yet, because there are still embedded samples in the dart:ui package from the engine that use them. Once dart:ui no longer uses the templates, they can be removed. I bumped the version of the snippets package to pick up a change that allows removal of the --template argument.
-
- 22 Sep, 2021 1 commit
-
-
Gary Qian authored
-
- 05 Sep, 2021 1 commit
-
-
LongCatIsLooong authored
-
- 25 Aug, 2021 1 commit
-
-
Greg Spencer authored
This extracts the sample code out from the API doc comments, and places them in separate files on disk, allowing running of the examples locally, testing them, and building of slightly larger examples.
-
- 07 Aug, 2021 1 commit
-
-
LongCatIsLooong authored
-
- 30 Jul, 2021 1 commit
-
-
Renzo Olivares authored
* Add requestPrivacy parameter to TextField * remove logs * No need to pass _Editable requestPrivacy for now * Forgot from last commit * Add requestPrivacy flag to text form field * Update docs * Add requestPrivacy to CupertinoTextField * Add test to verify requestPrivacy flag is sent to engine properly * update docs * fix tests * rename requestPrivacy to enableIMEPersonalizedLearning * Update text_input.dart * default to true * Have diagnostic properties default to true for enableIMEPersonalizedLearning
-
- 13 Jul, 2021 1 commit
-
-
Jonah Williams authored
-
- 28 Jun, 2021 1 commit
-
-
Janice Collins authored
-
- 24 Jun, 2021 1 commit
-
-
Justin McCandless authored
Clarify that minLines/maxLines affect the height of the field and not the number of lines that can be entered.
-
- 16 Jun, 2021 1 commit
-
-
LongCatIsLooong authored
-
- 10 Jun, 2021 1 commit
-
-
xubaolin authored
-
- 10 May, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 21 Apr, 2021 1 commit
-
-
Phil Quitslund authored
-
- 03 Apr, 2021 1 commit
-
-
Alexandre Ardhuin authored
-
- 31 Mar, 2021 1 commit
-
-
Alexandre Ardhuin authored
-
- 26 Mar, 2021 1 commit
-
-
Alexandre Ardhuin authored
-
- 25 Mar, 2021 3 commits
-
-
Justin McCandless authored
-
Mouad Debbar authored
-
chunhtai authored
-
- 12 Mar, 2021 1 commit
-
-
Greg Spencer authored
Update samples to use repo analysis options, Fix sample templates and a ton of analyzer issues (#77868)
-
- 11 Mar, 2021 1 commit
-
-
Justin McCandless authored
Text editing shortcuts involving the arrow keys are no longer handled by RenderEditable's RawKeyboardListener, they use the new Shortcuts setup. First PR in a plan to port all text editing keyboard handling to shortcuts.
-
- 24 Feb, 2021 1 commit
-
-
LongCatIsLooong authored
-
- 29 Jan, 2021 1 commit
-
-
Sam Rawlins authored
-
- 27 Jan, 2021 1 commit
-
-
Mouad Debbar authored
-
- 26 Jan, 2021 1 commit
-
-
Mouad Debbar authored
-
- 23 Jan, 2021 1 commit
-
-
Mouad Debbar 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.
-
- 15 Jan, 2021 1 commit
-
-
chunhtai authored
-
- 15 Dec, 2020 1 commit
-
-
Darren Austin authored
-
- 13 Dec, 2020 1 commit
-
-
Alex Li authored
-
- 11 Dec, 2020 1 commit
-
-
Michael Goderbauer authored
-