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

Previous animated drawings(small curve line) gets stuck on the view after first swipe #20

Closed
junkeritechnepal opened this issue Oct 31, 2019 · 7 comments

Comments

@junkeritechnepal
Copy link

No description provided.

@junkeritechnepal
Copy link
Author

Screenshot_20191031-204804

@github-actions
Copy link

Hey, Thanks for creating the first issue. I will respond in a day or two. If doesn't, feel free to ping me.

@iamSahdeep
Copy link
Owner

Can you provide me steps to reproduce the issue. Also source code if possible, so that i could try it too.

@AbbasKhan21
Copy link

Even I'm facing the same issue, a curved line exists on the screen

@iamSahdeep
Copy link
Owner

I need code to reproduce it. If any of you can provide please, it would be great.

@Duderinooo
Copy link

Duderinooo commented Jan 26, 2020

It seems that placing any kind of Container inside the first brings up the issue of the line within its boundaries. Furthermore it also seems that the index of the new page isnt loaded inside the curved line part. It will show content of the last page.

final pages = [
Container(
width: double.infinity,
height: double.infinity,
color: Colors.white
child: Container (
height: double.infinity,
width: double.infinity,
color: Colors.red,
),
Container(
width: double.infinity,
height: double.infinity,
color: Colors.black,
),
];

@iamSahdeep
Copy link
Owner

Fixed now in v1.4.0
Please verify and let me know about it.
Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants