-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add option to group locally imported packages #53
base: master
Are you sure you want to change the base?
Add option to group locally imported packages #53
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @julianscheel! Thanks for this PR, this would be great to have. Please add some tests and update to the latest main.dart
? Besides that everything looks good to me!
Packages which are not pulled from a remote, but read from a local path can be grouped individually with this option. Signed-off-by: Julian Scheel <[email protected]>
Signed-off-by: Julian Scheel <[email protected]>
40eddb4
to
db46bf9
Compare
Hi @gleich, sorry this took so long. I finally got back to this, rebased to current master and implemented some tests. |
Thank you so much for this @julianscheel! I'll make sure to review it sometime this weekend. Thanks again! |
ping @gleich |
Hello @julianscheel. Thank you so much for sending in this PR but I am sadly archiving import_sorter (see #63). This means that your work will not be merged into import_sorter. Thank you so much for the effort in trying to improve the project. |
Packages which are not pulled from a remote, but read from a local path
can be grouped individually with this option.