fluttercommunity / import_sorter

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

Add flutter_gen to flutterImports #50

Closed arsamme closed 3 years ago

arsamme commented 3 years ago

This way flutter_gen import won't get deleted.

34

gleich commented 3 years ago

Hey, @arsamme. Thanks for trying to fix this. Although this might have fixed it for flutter_gen it wouldn't work for any package prefixed with flutter. I am pushing out a new release with a fix to #34