- 14 Oct, 2021 2 commits
-
-
Kate Lovett authored
-
nt4f04uNd authored
-
- 12 Oct, 2021 1 commit
-
-
Ian Hickson authored
-
- 11 Oct, 2021 1 commit
-
-
Ian Hickson authored
-
- 08 Oct, 2021 4 commits
-
-
Ian Hickson authored
-
Ian Hickson authored
-
Zachary Anderson authored
This reverts commit 5fd259be.
-
Ian Hickson authored
-
- 07 Oct, 2021 6 commits
-
-
Denis Grafov authored
-
Ian Hickson authored
-
Kate Lovett authored
-
Mouad Debbar authored
This reverts commit cb378edc.
-
Ian Hickson authored
-
Kate Lovett authored
-
- 06 Oct, 2021 1 commit
-
-
Kate Lovett authored
-
- 05 Oct, 2021 1 commit
-
-
Kate Lovett authored
-
- 04 Oct, 2021 2 commits
-
-
Ian Hickson authored
-
xubaolin authored
-
- 01 Oct, 2021 2 commits
-
-
LongCatIsLooong authored
-
Ian Hickson authored
-
- 30 Sep, 2021 1 commit
-
-
Greg Spencer authored
I've added a Focus.withExternalFocusNode constructor to the Focus widget (and the FocusScope widget) that makes it explicit that the widget's attributes won't affect the settings of the given focus node. This is to help address #83023, which is a snag in the API that people run into occasionally. This should help make it explicit when you want the widget attributes to take precedence, and when you don't.
-
- 29 Sep, 2021 2 commits
-
-
Justin McCandless authored
Prevents bugs related to invalid (-1,-1) selection in keyboard shortcuts
-
nt4f04uNd authored
-
- 28 Sep, 2021 2 commits
-
-
LongCatIsLooong authored
Reland "Make FilteringTextInputFormatter's filtering Selection/Composing Region agnostic" #89327 (#90211)
-
Greg Spencer authored
This adds a smoke test for every single API example. It also fixes 17 tests that had bugs in them, or were otherwise broken, and even fixes one actual bug in the framework, and one limitation in the framework. The bug in the framework is that NetworkImage's _loadAsync method had await response.drain<List<int>>();, but if the response is null, it will throw a cryptic exception saying that Null can't be assigned to List<int>. The fix was just to use await response.drain<void>(); instead. The limitation is that RelativePositionedTransition takes an Animation<Rect> rect parameter, and if you want to use a RectTween with it, the value emitted there is Rect?, and one of the examples was just casting from Animation<Rect> to Animation<Rect?>, which is invalid, so I modified RelativePositionedTransition to take a Rect? and just use Rect.zero if the rect is null.
-
- 24 Sep, 2021 1 commit
-
-
Kate Lovett authored
-
- 23 Sep, 2021 1 commit
-
-
Kate Lovett authored
-
- 22 Sep, 2021 3 commits
-
-
Casey Rogers authored
-
nt4f04uNd authored
-
Gary Qian authored
-
- 20 Sep, 2021 5 commits
-
-
nt4f04uNd authored
* Fix Dismissible confirmDismiss errors * + * refactor test * fix rebase * remove new line
-
Casey Rogers authored
-
Kate Lovett authored
-
Pierre-Louis authored
-
Greg Spencer authored
This cleans up the dismissable_test to be less fragile, and make it harder to forget to reset things between runs. I eliminated a bunch of globals that were susceptible to being missed and passed them in to buildTest instead, and removed some values that were always the same (itemExtent).
-
- 17 Sep, 2021 1 commit
-
-
Renzo Olivares authored
* Create DeltaTextInputClient * Remove old tests as updateEditingValueWithDeltas is no longer implemented * fix analyzer * Update docs * Make example more general * Update docs * Add assert to check that TextInputClient is a DeltaTextInputClient * Update assert * More docs * update * Clean up docs * updates * Update docs * updates * Fix test * add test * updates * remove logs * fix tests * Address reviewer comments * Add text_input_utils.dart * Address reviewer comments
-
- 16 Sep, 2021 2 commits
-
-
Yegor authored
-
Renzo Olivares authored
-
- 15 Sep, 2021 2 commits
-
-
Casey Rogers authored
-
Ian Hickson authored
-