deakjahn / flutter_dropzone

A drag-and-drop Flutter plugin (Web). Only web and only from outside into Flutter.
https://pub.dev/packages/flutter_dropzone
90 stars 41 forks source link

Missing tag on GitHub #70

Closed franzlst closed 11 months ago

franzlst commented 11 months ago

We are using ort for automatic software compliance checks.

flutter_dropzone is one of our dependencies and we use it in version 3.0.6. Now, ort fails in scanning this repo, as this version is not tagged on GitHub.

Could you please add the missing tag "3.0.6" to GitHub and keep these tags in sync with upcoming releases?

deakjahn commented 11 months ago

A bit unwillingly because I use many various platforms and various IDEs and all handle this task differently -- and I'm liable to forget it the next time around, anyway :-). Besides, Pub.dev being the primary source for Flutter plugins, I don't even really understand why your software looks for it on GitHub...

franzlst commented 11 months ago

Besides, Pub.dev being the primary source for Flutter plugins, I don't even really understand why your software looks for it on GitHub...

This is just what I thought, which is why I also opened a ticket on the tool side.

Nevertheless, adding the tag here helped me in the short-thank, which is why I thank you a lot!