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

FlowDelegate context.paintChild() function is behaving differently than I expected. #105758

Closed
SungilJung opened this issue Jun 10, 2022 · 4 comments
Labels
r: invalid Issue is closed as not valid

Comments

@SungilJung
Copy link

SungilJung commented Jun 10, 2022

I'm using a FlowDelegate, but the context.paintChild() function is behaving differently than I expected.

context.paintChild(0,
transform: Transform(
alignment: FractionalOffset.center,
transform: Matrix4.identity()
..setEntry(3, 2, 0.001)
..rotateX(0.8)
..translate(80.0),
).transform);

I'm trying to express the items in the list as follows using the code I wrote above, but it doesn't work.

[Expectation screen]
2022-06-08_2 23 24

[Actual screen]
myApp

Does it behave differently from normal Transform?

The alignment property doesn't seem to work.

@SungilJung SungilJung changed the title Flow Del FlowDelegate context.paintChild() function is behaving differently than I expected. Jun 10, 2022
@huycozy huycozy added the in triage Presently being triaged by the triage team label Jun 10, 2022
@huycozy
Copy link
Member

huycozy commented Jun 10, 2022

Hi @SungilJung, please provide a completed and minimal reproducible code sample so that we may verify this. Please provide the output of flutter doctor -v as well.
Thank you!

@huycozy huycozy added the waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label Jun 10, 2022
@SungilJung
Copy link
Author

SungilJung commented Jun 11, 2022

@github-actions github-actions bot removed the waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label Jun 11, 2022
@huycozy
Copy link
Member

huycozy commented Jun 13, 2022

Hi @SungilJung
Thank for providing a completed sample code, but as far as I can see, you need to control the logic inside paintChildren by yourself to achieve the desired result. The goal of this Github repo is not to give assistance on personal code or the whole package/plugin project, but to improve flutter reporting bugs or with feature requests.

Please see flutter's community for resources and ask questions like this. You may also get some help if you post it on Stack Overflow and flutterhelp.

If you are proposing a change, please use the appropriate new issue template and fill out the requested details so that we can address this issue properly.

Thank you!

@huycozy huycozy closed this as not planned Won't fix, can't repro, duplicate, stale Jun 13, 2022
@huycozy huycozy added r: invalid Issue is closed as not valid and removed in triage Presently being triaged by the triage team labels Jun 13, 2022
@github-actions
Copy link

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 27, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
r: invalid Issue is closed as not valid
Projects
None yet
Development

No branches or pull requests

2 participants