v1.4.0animated_switcher_plus
Vordefinierte Übergänge für AnimatedSwitcher wie Drehung, Zoom und Translation
58Likes 77830-Tage-Downloads160Pub-Punkte
AndroidiOSWebmacOSWindowsLinux
Vordefinierte Übergänge für AnimatedSwitcher [Flutter]
{"sdk":"flutter"}{"sdk":"flutter"}^2.0.1Englischer Projektschnappschuss. Aktuelle Inhalte auf 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