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

part of #59

Closed Vithanco closed 2 years ago

Vithanco commented 2 years ago

Hi There! Dart beginner problem most likely...

I followed the installation guidelines, but get this error:

Error: Can't import '../../flutter/.pub-cache/hosted/pub.dartlang.org/graphview-1.1.0/lib/Algorithm.dart', because
it has a 'part of' declaration.

Is the installation guideline out of date?

I added dependency like this:

dependencies:
  flutter:
    sdk: flutter

  graphview: ^1.1.0

Thanks! Klaus

nabil6391 commented 2 years ago

Can you try updating your flutter version