fluttercommunity / import_sorter

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

Allow for global install #19

Closed gleich closed 4 years ago

gleich commented 4 years ago

Allow for global system install using pub global activate import_sorter. When doing this allow the user to use an --install command for installing it the given project. Also, allow for a global config stored in ~/.import_sorter.

gleich commented 4 years ago

Might make it too complex. Not going to add.