victorevox / simple_tooltp

MIT License
30 stars 47 forks source link

Overlay not properly removed when route is popped. #9

Closed rgb1380 closed 4 years ago

rgb1380 commented 4 years ago

If tooltip is used in new route and being shown at the time the user backs out of the route or the route is popped, overlay.remove does not seem to be called. Ensure that the overlay is removed (if it exists) in the disposed() method of the widget state.

victorevox commented 4 years ago

I'll release a new version with your improvement in short, Thank you!