v1.4.0animated_switcher_plus
AnimatedSwitcher के लिए पूर्व-निर्मित संक्रमण, जैसे फ्लिप, ज़ूम और ट्रांसलेशन
58लाइक 77830-दिन डाउनलोड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