Are there plans to add null safety support, and if so: when do you think this might happen.
Thanks!
We must support null safety, and I can't promise when we are going to implement it.
I have to work in my free time.
An increasing number of libraries and dependencies are moving to null safety, and updating to the latests branches of flutter is failing to compile because of the lack of it on this library. Would love to help but I don't know if someone already started doing this?
I went ahead and created a PR for this: https://github.com/imaNNeoFighT/fl_chart/pull/576
Hi everybody.
I'm really happy to announce that we have migrated to the null-safety!
You can use 0.20.0-nullsafety1 from now!
Also, it would be great if you review my migration code in this branch, and let me know if you have any idea to make it better.
Don't forget to check it in your project, and let me know if there is any problem or bug.
Thanks!
Most helpful comment
Hi everybody.
I'm really happy to announce that we have migrated to the null-safety!
You can use 0.20.0-nullsafety1 from now!
Also, it would be great if you review my migration code in this branch, and let me know if you have any idea to make it better.
Don't forget to check it in your project, and let me know if there is any problem or bug.
Thanks!