- 31 Mar, 2023 3 commits
-
-
Justin McCandless authored
TextField in a ListView becomes unresponsive
-
Camille Simon authored
[iOS] Add spell check suggestions toolbar on tap
-
Bernardo Ferrari authored
`SemanticsFlag`/`SemanticsAction` enum migration (part 2)
-
- 30 Mar, 2023 3 commits
-
-
Taha Tesser authored
Fix `TableRow` with no children throws unnamed assertion
-
Greg Price authored
Remove no-shuffle from framework tests, part 1: easy cases
-
nt4f04uNd authored
Fix ListWheelScrollView gestures and paint coordinates in tests
-
- 29 Mar, 2023 5 commits
-
-
hangyu authored
Use SemanticsService.announce to announce form text validation error
-
Renzo Olivares authored
Match iOS Longpress behavior with native
-
Simon Binder authored
Treat hidden `IndexedStack` children as offstage for test finder
-
Taha Tesser authored
Fix off-screen selected text throws exception
-
Kate Lovett authored
Fix SliverGridRegularTileLayout.computeMaxScrollOffset for 0 children
-
- 27 Mar, 2023 3 commits
-
-
Renzo Olivares authored
Add TextField triple tap/click gestures
-
Michael Goderbauer authored
Make Element tree root generic
-
Camille Simon authored
Allow spell check to fail silently on unsupported platforms & spell checkers
-
- 25 Mar, 2023 1 commit
-
-
Todd Volkert authored
Make InkDecoration not paint if the ink is not visible
-
- 24 Mar, 2023 1 commit
-
-
LongCatIsLooong authored
Unskip #62819 Fixes #12357
-
- 23 Mar, 2023 2 commits
-
-
Michael Goderbauer authored
Remove prefer_const_constructors ignores
-
Michael Goderbauer authored
-
- 22 Mar, 2023 1 commit
-
-
Michael Goderbauer authored
Remove 1745 decorative breaks
-
- 21 Mar, 2023 2 commits
-
-
Michael Goderbauer authored
Bump lower Dart SDK constraints to 3.0 & add class modifiers
-
Dan Field authored
-
- 20 Mar, 2023 1 commit
-
-
acumen authored
Reland "Fix bug with clicking `Copy` or `Select All` within contextMenu"
-
- 16 Mar, 2023 6 commits
-
-
Ian Hickson authored
Assert that runApp is called in the same zone as binding.ensureInitialized
-
yaakovschectman authored
Revert "Fix bug with clicking `Copy` or `Select All` within contextMenu"
-
yaakovschectman authored
Revert "Assert that runApp is called in the same zone as binding.ensureInitialized (#117113)" (#122830) Revert "Assert that runApp is called in the same zone as binding.ensureInitialized"
-
Ian Hickson authored
Assert that runApp is called in the same zone as binding.ensureInitialized
-
acumen authored
Fix bug with clicking `Copy` or `Select All` within contextMenu
-
Bruno Leroux authored
Fix cursor disappear on undo.
-
- 15 Mar, 2023 2 commits
-
-
Andrew Kolos authored
Reland "Speed up first asset load by using the binary-formatted asset manifest for image resolution" (#122505) Reland "Speed up first asset load by using the binary-formatted asset manifest for image resolution"
-
Michael Goderbauer authored
Remove last few references to window singleton
-
- 14 Mar, 2023 4 commits
-
-
Kate Lovett authored
Update ScrollableDetails for 2D scrolling
-
pdblasi-google authored
Updates `flutter/test/widgets` to no longer reference `TestWindow`
-
Michael Goderbauer authored
Reland "Remove references to BindingBase.window (#122119 & #122341)"
-
Greg Spencer authored
Refine the directional traversal algorithm for out of band widgets
-
- 13 Mar, 2023 3 commits
-
-
LongCatIsLooong authored
* improve caret caching, fix caret for empty text/line, `getLocalRectForCaret` now reports the real rect that will be painted. move caret x-coordinate clamping to RenderEditable since TextPainter doesn't know about clipping. * comments * review
-
pdblasi-google authored
Reland (3): Removes single window assumptions from `flutter_test`
-
Kate Lovett authored
Relocate some tests from scrollable_test.dart
-
- 11 Mar, 2023 1 commit
-
-
Jonah Williams authored
Revert "Reland "Speed up first asset load by using the binary-formatted asset manifest for image resolution (#121322)" (#122449) Revert "Reland "Speed up first asset load by using the binary-formatted asset manifest for image resolution"
-
- 10 Mar, 2023 2 commits
-
-
Kate Lovett authored
Clean up scrollable.dart for 2D
-
Callum Moffat authored
SelectionChangedCause for iOS keyboard-select
-