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