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

Need help related to family structured tree #22

Open
UmerTaptap opened this issue Jan 10, 2025 · 1 comment
Open

Need help related to family structured tree #22

UmerTaptap opened this issue Jan 10, 2025 · 1 comment

Comments

@UmerTaptap
Copy link

Hi, i am trying to create family tree application in flutter, I am using your graph view and it helps me a lot in creating un-structured family hierarchy, but I want to move one step further in which I want to create a structured tree view as shown in image, could you please help me how can I achieve my goal?
Screenshot 2025-01-10 at 5 51 31 PM

@CorvusYe
Copy link
Member

Hi, @UmerTaptap

This looks like a somewhat complex and interesting feature.
Sorry, I may not be able to fully implement it for you, I can only provide some ideas.

  1. Regarding the issue of node layout, one can refer to FlowLayout to determine the placement of different nodes based on your data structure.
  2. Regarding node effects, you can refer to PlanNodeShape.
  3. In addition to the previous answer about edges.

I hope the above ideas can provide you with some effective help.

If you encounter any specific problems, we can discuss them further.

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

2 participants