Skip to content
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

Closed
Pherne opened this issue Jul 7, 2021 · 0 comments · Fixed by #177
Labels
bug Something isn't working

Comments

@Pherne
Copy link

Pherne commented Jul 7, 2021

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.
Bildschirmfoto 2021-07-07 um 16 11 03
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.

@vatsaltanna vatsaltanna added the bug Something isn't working label Aug 19, 2021
ParthBaraiya added a commit to ParthBaraiya/flutter_showcaseview that referenced this issue Dec 1, 2021
- Move animation controller from showcase widget to tooltip widget.
@ParthBaraiya ParthBaraiya linked a pull request Dec 1, 2021 that will close this issue
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
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants