xclud / flutter_crop

Crop any widget/image in Android, iOS, Web and Desktop with fancy and customizable UI, in pure Dart code.
https://pub.dev/packages/crop
MIT License
256 stars 84 forks source link

I think someone published an almost identical fork of this repo on pub #60

Closed escamoteur closed 3 years ago

escamoteur commented 3 years ago

Hi,

are you aware of that someone has forked and published your repo here? https://pub.dev/packages/cropper

xclud commented 3 years ago

This is interesting! Thank you for letting me know @escamoteur.

@alikhaleghi76 do you have any new feature or specific requirement for duplicating this project?

alikhaleghi76 commented 3 years ago

Hi, I made a hot fix for an issue like #47 and published it to use on some apps. The project license is MIT so I think there's no problem to use or publish my version on pub.dev. Am I right?

xclud commented 3 years ago

@alikhaleghi76 Contributions to this project are always welcome.

You can add your own fork as a flutter dependency, which I suppose is your intention, with the following code in pubspec.yaml.

dependencies:
  crop:
    git:
      url: https://github.com/alikhaleghi76/flutter_crop.git

There is no need for publishing it to pub.dev as a separate package. I am asking you to mark the project as discontinued and asking pub.dev support for removal. I appreciate it in advance.

alikhaleghi76 commented 3 years ago

Done.

xclud commented 3 years ago

Thank you @alikhaleghi76. I appreciate if you also write a description in readme.md and put a link to the original package. Preferably removing the source code is great too. You'll need to publish a new version for this. Thank you!

alikhaleghi76 commented 3 years ago

I'm sorry. This project is DISCONTINUED. If you don't want other people to copy or modify the code, then you need a different sort of license. Good luck.