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
424 stars 117 forks source link

Fix example local absolute path #22

Closed Frezyx closed 3 years ago

Frezyx commented 3 years ago

Hello @nabil6391 ✋🏻 I start learn your package using a ready made example. But path of package in example pubspec.yaml used your local absolute path.

Using a relative path will help with start learning your package quickly.

nabil6391 commented 3 years ago

Thanks for the PR