- 15 Dec, 2023 1 commit
-
-
Polina Cherkasova authored
-
- 15 Oct, 2023 1 commit
-
-
Binni Goel 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.
-
- 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.
-
- 21 Jan, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 03 Aug, 2021 3 commits
-
-
Darren Austin authored
-
Darren Austin authored
This reverts commit faf774eb.
-
Darren Austin authored
-
- 16 Jul, 2021 1 commit
-
-
Bryan Oltman authored
-
- 27 Apr, 2021 1 commit
-
-
Alexandre Ardhuin authored
-
- 21 Apr, 2021 1 commit
-
-
Phil Quitslund authored
-
- 06 Mar, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 04 Feb, 2021 1 commit
-
-
Ian Hickson authored
-
- 04 Dec, 2020 1 commit
-
-
Daniel Edrisian authored
-
- 01 Dec, 2020 2 commits
-
-
Jonah Williams authored
Revert "Added CupertinoFormSection, CupertinoSplitFormRow, and CupertinoTextFormField (#70676)" (#71490) This reverts commit e2447247.
-
Daniel Edrisian authored
-