fluttercommunity / import_sorter

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

Archiving `import_sorter` #63

Closed gleich closed 2 years ago

gleich commented 2 years ago

Hello everyone. I'm sad to say that today I am going to be archiving import_sorter. Unfortunately I no longer work with dart and flutter anymore and as I go into college I don't have a lot of free time to maintain the project. Anyone is free to fork the code or take over as maintainer but I am going to be archiving the project today. Sorry for any inconveniences this may cause and thank you so much for all the support.

vkammerer commented 2 years ago

@gleich is it the right approach to close all issues and PRs? Our team relies a lot on it, we even made it a rule in our CI where a PR with incorrect imports order won't be mergeable.

Instead of archiving the project, could you instead call for another maintainer on the README with a link to this issue?

gleich commented 2 years ago

yeah that might be the better approach here. I'll reopen the issues and add a maintainer request on the README. Thanks for the suggestion.

vkammerer commented 2 years ago

I would be interested in taking over the maintenance of this package. However, I will not be available for two months, starting December 18th, so I'm not sure that I am the best person to do so right now.

gleich commented 2 years ago

That would be amazing! I can lightly maintain it until you get back. I just can't commit in the long run.

bartekpacia commented 2 years ago

Thanks for creating and maintaining this nice tool @gleich! Good luck in college :)

lig commented 2 years ago

Hey @gleich!

I'm ok with maintaining it myself as well. Anyway, please, do not forget to transfer pub.dev access to a new maintainer.

BTW, there is https://github.com/fluttercommunity which could be a convenient place to keep the project accessible.

In any case, the new maintainer is free to contact me regarding any help desired.

lig commented 2 years ago

So, what's next? I think, it would be helpful to create a dev chat (on the Matrix network perhaps) to gather all willing to help to maintain the project and discuss the next steps there.

isAlmogK commented 2 years ago

I would keen to take this over and maintain the package, do you still need someone to do so?

vkammerer commented 2 years ago

@AlmogRnD : @gleich added me as a maintainer to the repository a couple months ago. I haven't addressed the currently open issues, but will get to it in the following weeks.

isAlmogK commented 2 years ago

ok

pythonhubdev commented 10 months ago

Any updates on the repository it's unmaintained for years @vkammerer

lig commented 10 months ago

Well, I'm still using it. So, I could as well throw in a couple of hours of maintenance work from time to time.

pythonhubdev commented 10 months ago

Yes would be happy to contribute as well

pythonhubdev commented 10 months ago

I have raised a PR #70 with latest package version and lint rules along with updated example with latest flutter version. Can someone review this and merge?

vkammerer commented 10 months ago

First of all, I want to apologise for not having properly maintained the repository this past year. It took quite a long time for me to have access to the repo, and when I finally did, I was back into the daily routine of my job and kept procrastinating..

But it's great to see that there is still interest in the project! We also use it at my company, and I definitely see value in it.

@pythonhubdev I see you've opened a few PRs, I will review them

pythonhubdev commented 10 months ago

Thanks @vkammerer