flutter_showcaseview icon indicating copy to clipboard operation
flutter_showcaseview copied to clipboard

AnimatedSwitcher using problem

Open alikperislam opened this issue 1 year ago • 1 comments

If I wrap with ShowCase when using AnimatedSwitcher, the animation does not work.

alikperislam avatar Oct 02 '24 13:10 alikperislam

Wrap AnimatedSwitcher with Showcase Widget then it will work. Reason: We provide the key to Showcase widget so that widget will be the same for all the time and animation won't happen

Sahil-Simform avatar Oct 16 '24 13:10 Sahil-Simform

@alikperislam Closing this issue provided that @Sahil-Simform's comment would solve your issue. Please feel free to reopen if you still need any assistance.

aditya-css avatar Oct 21 '24 04:10 aditya-css