fluttercommunity / import_sorter

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

Fix filepath not correctly printed #78

Closed narumi147 closed 5 months ago

narumi147 commented 6 months ago

Problems:

Changes:

Before:

contains flutter: true
contains registrant: false
┏━━ Sorting 586 dart files
┃  ┗━━ ✔ Sorted imports for /lib/subfolder/page.dart/page.dart
┗━━ ✔ Sorted 1 files in 0.932 seconds

After:


contains flutter: true
contains registrant: false
┏━━ Sorting 586 dart files
┃  ┗━━ ✔ Sorted imports for lib/subfolder/page.dart
┗━━ ✔ Sorted 1 files in 0.853 seconds
···
narumi147 commented 6 months ago

@vkammerer Hello, can you have a check on this pr?

Btw, are you the only active maintainer now? I think it's better to add/update "active maintainers" on README and repo description (it still points to the original owner now)