nabil6391 / graphview

Flutter GraphView is used to display data in graph structures. It can display Tree layout, Directed and Layered graph. Useful for Family Tree, Hierarchy View.
MIT License
420 stars 114 forks source link

import issues #30

Closed profiteroles closed 3 years ago

profiteroles commented 3 years ago

First of thank you very much for putting effort and sharing with us. I may not be the best tester but I found some issues with importing stuff over. I have got the dependency of graphview: ^0.6.7

so there are some screenshots may help you to see what I mean. all of them giving error except one.

btw this code straight from your example section on pub.dev 1 2 3

nabil6391 commented 3 years ago

@Frezyx , please all dependcedies and import again. Some of the imports are using the one from the example.

profiteroles commented 3 years ago

@nabil6391 Thank you Nabil. I was also wondering if I could change the algorithm to AVL balance tree by any any chance, using exiting library of graphview?

there is an example of it. if you don't mind checking that out.

https://people.ok.ubc.ca/ylucet/DS/AVLtree.html

nabil6391 commented 3 years ago

Dont think so, sorry