ram6ler / function-tree

A simple dart library for parsing strings into callable function-trees.
MIT License
23 stars 11 forks source link

Support null safety #2

Closed IchordeDionysos closed 3 years ago

IchordeDionysos commented 3 years ago

This is a request to add support for null safety to package:function_tree. We depend on your awesome package, so would be great to have null safety enabled.

The Dart/Flutter team already encourages publishing the migrated packages: See this blog post.

See the migration guide for details about enabling null safety.

ram6ler commented 3 years ago

Thanks for your interest in this library.

I've had my head outside of Dart land for quite a while, so I had to read up on all the hullabaloo about null type safety! Thanks for the helpful links. If I've done everything correctly, prerelease 0.8.0-dev.1 of this library should be null safe.

IchordeDionysos commented 3 years ago

@ram6ler wow 😍 Thanks for the great library and your quick response 💪 Really appreciate it 👍