fluttercommunity / import_sorter

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

Only print "Sorted Imports for ..." for the files that were touched #54

Closed vHanda closed 3 years ago

vHanda commented 3 years ago

Technically the imports in theother files were not sorted, as they were already sorted.

gleich commented 3 years ago

This is now out in import_sorter v4.6.0. Thanks for the PR!