-
Notifications
You must be signed in to change notification settings - Fork 455
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SlideTransition widget in tooltip_widget.dart is constantly rebuildung even after the showcasing is supposed to have stopped #121
Labels
bug
Something isn't working
Comments
ParthBaraiya
added a commit
to ParthBaraiya/flutter_showcaseview
that referenced
this issue
Dec 1, 2021
- Move animation controller from showcase widget to tooltip widget.
Merged
ParthBaraiya
added a commit
to ParthBaraiya/flutter_showcaseview
that referenced
this issue
Dec 1, 2021
- Move animation controller from showcase widget to tooltip widget. - Update Readme.md
ParthBaraiya
added a commit
to ParthBaraiya/flutter_showcaseview
that referenced
this issue
Dec 2, 2021
…oltip_widget.dart is constantly rebuildung even after the showcasing is supposed to have stopped. - Move animation controller from showcase widget to tooltip widget. - Update Readme.md
ParthBaraiya
added a commit
to ParthBaraiya/flutter_showcaseview
that referenced
this issue
Dec 2, 2021
…oltip_widget.dart is constantly rebuildung even after the showcasing is supposed to have stopped. - Move animation controller from showcase widget to tooltip widget. - Update Readme.md
ParthBaraiya
added a commit
to ParthBaraiya/flutter_showcaseview
that referenced
this issue
Feb 24, 2022
…oltip_widget.dart is constantly rebuildung even after the showcasing is supposed to have stopped. - Move animation controller from showcase widget to tooltip widget. - Update Readme.md
ParthBaraiya
added a commit
to ParthBaraiya/flutter_showcaseview
that referenced
this issue
Feb 24, 2022
…oltip_widget.dart is constantly rebuildung even after the showcasing is supposed to have stopped. - Move animation controller from showcase widget to tooltip widget. - Update Readme.md
ParthBaraiya
added a commit
to ParthBaraiya/flutter_showcaseview
that referenced
this issue
Feb 24, 2022
…oltip_widget.dart is constantly rebuildung even after the showcasing is supposed to have stopped. - Move animation controller from showcase widget to tooltip widget. - Update Readme.md
vatsaltanna
pushed a commit
that referenced
this issue
Feb 24, 2022
…onstantly rebuildung even after the showcasing is supposed to have stopped. (#177) - Move animation controller from showcase widget to tooltip widget. - Update Readme.md
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When I run your example app and go through the first showcasing on the home screen and I watch the widget rebuild stats in Flutter Performance the SlideTransition widgets in lines 211, 330, 282 in the tooltip_widget.dart are constantly rebuilding even after the last showcase is supposed to have finished. It's similar in your other screens.
To Reproduce
I don't really know how to reproduce this since this is more of a performance issue than a bug. It's just something that happens when you use this widget.
Expected behavior
I would prefer for the widget to stop rebuilding at some point.
Screenshots
The example app was just running while the emulator was in the background without me doing anything after having run the first showcasing.
And it just keeps going.
Smartphone (please complete the following information):
I've tested this on Pixel 3 with Android S emulator and an iPhone SE 2nd generation with iOS 14.5 simulator.
The text was updated successfully, but these errors were encountered: