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

Null safety #21

Closed stargazing-dino closed 3 years ago

stargazing-dino commented 3 years ago

Hi !

I like this package and was wondering if there's plans for supporting null safety. I can also start a PR if you'd like.

Thanks

nabil6391 commented 3 years ago

Yes you can start, Let me know how I can help

MateusAmin commented 3 years ago

The migration tool is gets this project most of the way there from ~120 to ~6 errors. However, there are design choices to be made which is easier to do in the migration tool itself:

https://dart.dev/null-safety/migration-guide

stargazing-dino commented 3 years ago

Oh! My apologies as well. Meant to do this but must've forgot I said this and got distracted with other packages. If anyone would like to take this over, please feel free to

MateusAmin commented 3 years ago

I made a working PR if anyone needs an immediate workaround. But someone with more time should probably take a stab at it.

nabil6391 commented 3 years ago

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