fluttercommunity / import_sorter

🎯 Automatically organize your dart imports. Maintainer: @gleich
https://pub.dev/packages/import_sorter
MIT License
174 stars 40 forks source link

Null-safety support? #48

Closed DanMossa closed 3 years ago

DanMossa commented 3 years ago

Hello! Was curious if this repo plans on supporting null-safety? Thanks!

github-actions[bot] commented 3 years ago

👋 Hello! Thanks for submitting a issue! @Matt-Gleich will try to respond as soon as possible.

gleich commented 3 years ago

Hey @DanMossa! Looking into this now

gleich commented 3 years ago

Ok, so it looks like the color output library I use called colorize doesn't have null-safety support yet. I'm looking for a replacement now. I'll keep you posted here.

frencojobs commented 3 years ago

Hey Matt, came here to open an issue and found this. Shameless plug but you could probably use tint. I migrated it to null-safety today.

gleich commented 3 years ago

Hey @frencojobs! That is actually perfect, thank you :). I'll migrate over this afternoon.

gleich commented 3 years ago

@DanMossa import_sorter now has null-safety support!