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

Full Null Safety Completed #34

Closed JohnGalt1717 closed 3 years ago

JohnGalt1717 commented 3 years ago

I hope that helps. It makes the entire project fully null safe.

JohnGalt1717 commented 3 years ago

My general comment is that those are all valid, but don't have anything to do with null safety compliance and should be individually addressed as bugs afterwards. Null safety is blocking this library being used with the vast majority of flutter projects and should be prioritized.

nabil6391 commented 3 years ago

NullSafety version has been released guys, thanks for the wait Version: 1.0.0-nullsafety.1