- 16 Jun, 2022 1 commit
-
-
Ross Llewallyn authored
-
- 25 May, 2022 1 commit
-
-
Pierre-Louis authored
* Use `curly_braces_in_flow_control_structures` for `material` * include test/material * add back removed comments
-
- 14 Apr, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 21 Mar, 2022 1 commit
-
-
Pierre-Louis authored
* fix deprecated_new_in_comment_reference for `material` library in a future version of the SDK, these will be flagged, fix them now * Update pubspec.yaml
-
- 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>
-
- 09 Mar, 2022 1 commit
-
-
Kate Lovett authored
-
- 08 Mar, 2022 2 commits
-
-
Kate Lovett authored
-
Kate Lovett authored
-
- 08 Feb, 2022 1 commit
-
-
Jonah Williams 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 Dec, 2021 1 commit
-
-
Justin McCandless authored
SelectableText defers to EditableText for wantKeepAlive, plus improved docs.
-
- 14 Oct, 2021 1 commit
-
-
Kate Lovett authored
-
- 07 Oct, 2021 1 commit
-
-
Kate Lovett authored
-
- 06 Oct, 2021 1 commit
-
-
Kate Lovett 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.
-
- 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.
-
- 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
-
- 10 May, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 02 May, 2021 1 commit
-
-
Guilherme Henrique authored
-
- 26 Apr, 2021 1 commit
-
-
Tong Mu authored
Applies #78522 to existing code, by replacing all occurrences of LogicalKeySet to SingleActivator or ShortcutActivator.
-
- 14 Apr, 2021 1 commit
-
-
Shi-Hao Hong authored
* Restorable FormField and TextFormField
-
- 31 Mar, 2021 2 commits
-
-
Alexandre Ardhuin authored
-
Alexandre Ardhuin 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)
-
- 09 Feb, 2021 1 commit
-
-
Chinmoy authored
-
- 16 Jan, 2021 1 commit
-
-
Kate Lovett authored
Add fixes for autovalidate deprecation in Form, FormField, TextFormField, and DropdownButtonFormField (#73996)
-
- 15 Dec, 2020 1 commit
-
-
Darren Austin authored
-
- 14 Dec, 2020 1 commit
-
-
Justin McCandless authored
Small performance optimization by removing a duplicate setState call.
-
- 13 Dec, 2020 1 commit
-
-
Alex Li authored
-
- 11 Dec, 2020 1 commit
-
-
Michael Goderbauer authored
-
- 09 Dec, 2020 1 commit
-
-
Alex Li authored
-
- 01 Dec, 2020 1 commit
-
-
Justin McCandless authored
-
- 02 Nov, 2020 1 commit
-
-
Michael Goderbauer authored
-
- 22 Oct, 2020 1 commit
-
-
Jaime Blasco authored
Enables custom text selection menus by allowing selectionControls to be passed to TextField et. al.
-
- 07 Oct, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 06 Oct, 2020 1 commit
-
-
Alexandre Ardhuin authored
* migrate material to nullsafety * address review comments * address review comments * fix build
-
- 16 Sep, 2020 1 commit
-
-
YeungKC authored
-
- 02 Sep, 2020 1 commit
-
-
Pedro Massango authored
-
- 24 Aug, 2020 1 commit
-
-
Apurv Jha authored
-
- 29 Jul, 2020 1 commit
-
-
Michael Goderbauer authored
-