- 26 Oct, 2023 1 commit
-
-
Mairramer authored
Adds new feat and fix to https://github.com/flutter/flutter/issues/134341
-
- 24 Oct, 2023 1 commit
-
-
lirantzairi authored
The color of the TextField's cursor in error state is the same as the error text color by default. However we should be allowed to customize it Fixes #135580
-
- 10 Oct, 2023 1 commit
-
-
Kostia Sokolovskyi authored
-
- 21 Sep, 2023 1 commit
-
-
Bruno Leroux authored
## Description This PR fixes form fields in order to call the `onChange` callback when the form is reset. This change is based on the work done in https://github.com/flutter/flutter/pull/123108. I considered adding the `onChange` callback to the `FormField` superclass but it would break existing code because two of the three subclasses defines the `onChange` callback with `ValueChanged<String>?` type and the third one defines it with `ValueChanged<String?>?`. ## Related Issue Fixes https://github.com/flutter/flutter/issues/123009. ## Tests Adds 3 tests.
-
- 11 Sep, 2023 1 commit
-
-
Polina Cherkasova authored
-
- 05 Sep, 2023 1 commit
-
-
Polina Cherkasova authored
-
- 22 Aug, 2023 1 commit
-
-
Justin McCandless authored
Diposes some restorable variables that weren't disposed before.
-
- 16 Aug, 2023 2 commits
-
-
Polina Cherkasova authored
Fixes: https://github.com/flutter/flutter/issues/132620
-
Polina Cherkasova authored
Contributes to https://github.com/flutter/flutter/issues/130467 Filed issue: https://github.com/flutter/flutter/issues/132620
-
- 14 Aug, 2023 1 commit
-
-
Polina Cherkasova authored
-
- 09 Aug, 2023 1 commit
-
-
Zachary Anderson authored
Reverts flutter/flutter#131998 Reverting for https://github.com/flutter/flutter/issues/132222
-
- 08 Aug, 2023 1 commit
-
-
Polina Cherkasova authored
-
- 07 Aug, 2023 1 commit
-
-
Kate Lovett authored
Fixes https://github.com/flutter/flutter/issues/59413 This relocates `mock_canvas.dart` and `recording_canvas.dart` from `flutter/test/rendering` to `flutter_test`. The testing functionality afforded by mock_canvas should be available to everyone, not just the framework. :) mock_canvas.dart needed a bit of cleanup - things like formatting and super parameters.
-
- 22 Jul, 2023 1 commit
-
-
Polina Cherkasova authored
-
- 13 Jul, 2023 1 commit
-
-
Polina Cherkasova authored
-
- 13 Jun, 2023 1 commit
-
-
Qun Cheng authored
Updates most of the unit tests in the packages/flutter/test/material folder so that they'll pass if ThemeData.useMaterial3 defaults to true. All of the tests have wired useMaterial3 to false and will need to be updated with a M3 version. related to #127064
-
- 24 May, 2023 1 commit
-
-
lsaudon authored
`TextFormField` does not have all the parameters of `TextField`. Added: ```dart UndoHistoryController? undoController, AppPrivateCommandCallback? onAppPrivateCommand, bool? cursorOpacityAnimates, ui.BoxHeightStyle selectionHeightStyle = ui.BoxHeightStyle.tight, ui.BoxWidthStyle selectionWidthStyle = ui.BoxWidthStyle.tight, DragStartBehavior dragStartBehavior = DragStartBehavior.start, ContentInsertionConfiguration? contentInsertionConfiguration, Clip clipBehavior = Clip.hardEdge, bool scribbleEnabled = true, bool canRequestFocus = true, ```
-
- 29 Mar, 2023 1 commit
-
-
Justin McCandless authored
TextFormField.spellCheckConfiguration
-
- 22 Mar, 2023 1 commit
-
-
Michael Goderbauer authored
Remove 1745 decorative breaks
-
- 09 Mar, 2023 1 commit
-
-
Hasnen Tai authored
According to Material specs, cursor should be red in error state.
-
- 13 Feb, 2023 1 commit
-
-
Ian Hickson authored
-
- 25 Jan, 2023 1 commit
-
-
Justin McCandless authored
-
- 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
-