mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Previously the floating action button would disappear during transitions. Now we animate properly. I've also centralized the animation in Scaffold instead of spreading it across the Scaffold and the FloatingActionButton. Fixes #1718