Workiva / dart_codemod

A library that makes it easy to write and run automated code modifications on a codebase.
Other
61 stars 11 forks source link

Support null-safety #37

Closed TimWhiting closed 3 years ago

TimWhiting commented 3 years ago

Looks like the only non dev-dependency that doesn't support null safety yet is package:io, which now has an open PR for null safety.

evanweible-wf commented 3 years ago

Thanks for the issue! I'll keep an eye on that package:io PR and get started on one for this repo.

rvowles commented 3 years ago

It has merged now if thats of any interest.

evanweible-wf commented 3 years ago

Thanks @rvowles! Put up a null-safety PR here: #43