'Flutter: when swipe - background hang off?
I have got a app with a tabbar and when I swipe from one tap to another, the background is hanging. On page two is the background the UI from page one??? I wrap my Page in Container() but nothing works?
Here is Page 1: enter image description here
And here is Page 2 with the background from Page 1: enter image description here
Solution 1:[1]
Did you tried to change the Container color? Try put black in Second page.
If you provide as with code we can help. Or try it yourself
Solution 2:[2]
The Container color is black... In Debug Mode the App works perfect. Only the Release has the Problem.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | George Rabbat |
| Solution 2 | Mike Zero |
