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

Missing FamilyTreeScreen from example #61

Closed sarahec closed 2 years ago

sarahec commented 2 years ago

example/lib/main.dart:228 says:

  MaterialPageRoute(builder: (context) => FamilyTreeScreen()),

but FamilyTreeScreen doesn't exist.

nabil6391 commented 2 years ago

Fixed in 1.1.1