flutter/examples/flutter_gallery/lib
Greg Spencer 1f5fcb7432
Speed up AnimatedSwitcher. (#17265)
This optimizes the AnimatedSwitcher so that it tags the right widget with its keyed subtree, and avoids rebuilding the transition unnecessarily.

This significantly improves the performance of Chips (which uses AnimatedSwitcher to swap out it's avatar and delete icon children).
2018-05-18 16:27:19 -07:00
..
demo Make non-global constants have consistent naming (with just _ instead of _k) (#17584) 2018-05-17 23:04:41 -07:00
gallery Speed up AnimatedSwitcher. (#17265) 2018-05-18 16:27:19 -07:00
main_publish.dart Don't show the 'preview' banner on published gallery (#16727) 2018-04-19 16:18:05 -07:00
main.dart Turn on Material page transition fade effect for Gallery (#15583) 2018-03-17 16:52:13 -07:00