flutter/examples/api/test/widgets/transitions
Greg Spencer d274a2126f
Refactor route focus node creation (#147390)
## Description

This fixes an issue in the creation of the `FocusScope` in a route:  the route should be creating the `FocusScope` widget it has with `withExternalFocusNode`, since it is modifying the node attributes in a builder. 

Also modified some `AnimatedBuilder`s to be `ListenableBuilder`s, since they're not using animations (no functionality change there, since the implementation of the two is identical).

## Related Issues
 - #147256
 - Fixes #146844

## Tests
 - Updated example test.
2024-04-26 17:17:19 +00:00
..
listenable_builder.0_test.dart
listenable_builder.1_test.dart Refactor route focus node creation (#147390) 2024-04-26 17:17:19 +00:00
listenable_builder.3_test.dart Fix sample code crash, add test (#133812) 2023-08-31 22:56:06 +00:00
matrix_transition.0_test.dart Add an example showing how to use a MatrixTransition. (#132874) 2023-08-25 15:09:58 -05:00