v1.4.0animated_switcher_plus
AnimatedSwitcher 的預建轉換效果,例如翻轉、縮放和位移
58喜歡 778近 30 天下載160Pub 分數
AndroidiOSWebmacOSWindowsLinux
AnimatedSwitcher 的預建轉場效果 [Flutter]
{"sdk":"flutter"}{"sdk":"flutter"}^2.0.1以下為英文專案原文快照,最新內容請造訪 GitHub。
Prebuilt transitions for Animated Switcher such as flip, zoom and translation.
AnimatedSwitcherPlus.flipX(
duration: const Duration(milliseconds: 1500),
child: _showFirstChild ?
const Text('Primary Text', key: ValueKey(0)) :
const Text('Secondary Text', key: ValueKey(1)),
);
Note: If you are using the same type of widget, change the child key to notify the AnimatedSwitcher that the child has changed. Otherwise, the transition will not occur