LongCatIsLooong
726e5d28c0
Add FocusNode.focusabilityListenable ( #144280 )
...
This is for https://github.com/flutter/flutter/issues/127803 : a text field should unregister from the scribble scope, when it becomes unfocusable.
When a `FocusNode` has listeners and its `_canRequestFocus` flag is set to true, it adds `+1` to `_focusabilityListeningDescendantCount` of all ancestors until it reaches the first ancestor with `descendantsAreFocusable = false`. When the a `FocusNode`'s `descendantsAreFocusable` changes, all listeners that contributed to its `_focusabilityListeningDescendantCount` will be notified.
2024-02-29 20:40:46 +00:00
..
2024-01-19 18:29:07 +00:00
2024-02-07 10:01:22 -08:00
2024-02-14 21:08:25 +00:00
2024-01-19 18:29:07 +00:00
2024-02-20 11:14:16 -08:00
2024-02-29 00:47:55 +00:00
2024-02-07 10:01:22 -08:00
2024-02-21 21:06:19 +00:00
2024-01-29 21:21:34 -08:00
2024-01-26 23:05:53 +00:00
2024-02-17 01:18:33 +00:00
2024-01-19 18:29:07 +00:00
2024-01-29 21:21:34 -08:00
2024-02-23 19:20:14 +00:00
2024-02-18 02:28:22 +00:00
2024-01-19 18:29:07 +00:00
2024-02-29 20:40:46 +00:00
2024-02-29 20:40:46 +00:00
2024-02-14 21:08:25 +00:00
2024-02-09 12:37:20 -08:00
2024-02-21 03:14:19 +00:00
2024-01-19 18:29:07 +00:00
2024-01-19 18:29:07 +00:00
2024-02-09 01:12:06 +00:00
2024-01-19 18:29:07 +00:00
2024-02-20 22:14:00 +00:00
2024-01-26 23:05:53 +00:00
2024-01-29 09:49:44 -08:00
2024-01-31 19:22:07 +00:00
2024-01-26 23:05:53 +00:00
2024-01-24 16:13:26 +00:00
2024-01-29 21:21:34 -08:00
2024-01-23 17:16:26 +00:00
2024-02-22 19:16:25 +00:00
2024-02-23 20:06:06 +00:00
2024-01-29 21:21:34 -08:00
2024-01-29 21:21:34 -08:00
2024-02-18 02:30:18 +00:00
2024-02-23 19:02:22 +00:00
2024-02-23 19:02:22 +00:00
2024-02-23 19:02:22 +00:00
2024-02-01 11:49:54 -08:00
2024-01-19 18:29:07 +00:00
2024-02-14 21:08:25 +00:00
2024-02-22 19:16:25 +00:00
2024-02-13 22:46:56 +00:00
2024-01-24 16:13:26 +00:00
2024-02-17 04:21:17 +00:00
2024-01-30 23:16:01 +00:00
2024-01-29 21:21:34 -08:00
2024-01-29 21:21:34 -08:00
2024-02-14 21:08:25 +00:00
2024-01-24 16:13:26 +00:00
2024-02-18 02:28:22 +00:00
2024-02-17 01:18:33 +00:00
2024-01-19 18:29:07 +00:00
2024-01-16 21:40:08 +00:00
2024-01-23 00:49:05 +00:00
2024-01-20 00:27:18 +00:00
2024-01-29 21:21:34 -08:00
2024-01-26 23:05:53 +00:00
2024-01-26 22:37:45 +00:00
2024-01-26 22:37:45 +00:00
2024-01-26 23:05:53 +00:00
2024-02-26 23:55:52 +00:00