flutter_google_places icon indicating copy to clipboard operation
flutter_google_places copied to clipboard

No update possible on pub.dev due to missing rights

Open juliansteenbakker opened this issue 2 years ago • 11 comments

I have been added as maintainer of this package a while back however i did not get the rights to the pub.dev package. I have contacted fluttercommunity but they couldn't find or contact the original maintainer. I also contacted @KevMorelli who seems to be active alot in the past on this project (and recently he did a few commits), and @lejard-h who seems to be the original publisher. I did not get any reaction back so until that happens i can't really do anything.

Another issue of this package is that it depends heavily on google_maps_webservice which is also developed by @lejard-h but not actively maintained. This makes maintaining this package even harder.

I hope i can still get some reaction, or maybe some else has an idea on how we can solve these issues.

juliansteenbakker avatar Jan 17 '22 21:01 juliansteenbakker

I have been added as maintainer of this package a while back however i did not get the rights to the pub.dev package. I have contacted fluttercommunity but they couldn't find or contact the original maintainer. I also contacted @KevMorelli who seems to be active alot in the past on this project (and recently he did a few commits), and @lejard-h who seems to be the original publisher. I did not get any reaction back so until that happens i can't really do anything.

Another issue of this package is that it depends heavily on google_maps_webservice which is also developed by @lejard-h but not actively maintained. This makes maintaining this package even harder.

I hope i can still get some reaction, or maybe some else has an idea on how we can solve these issues.

I contacted @KevMorelli via email. He has rights to upload to pub.dev, but he is not available in the next few days.

I have now added a bug-fixed version of this package as a git-submodule in my projects, which is a good solution until the situation clears up.

I also planned to try out this package flutter_google_places_sdk instead. It claims to use the native api instead of the web-interface, which helps in preventing your api-key to be used outside your app and seems to be maintained. So we could think about rebasing this project on the package I just mentioned, if the package proves to be fine. @juliansteenbakker

PascalOtto avatar Jan 18 '22 17:01 PascalOtto

Hi Pascal, I am new to this.

When can we expect this to be published. I am using the package and stuck because of this issue.

Thanks

mantu-sahu avatar Jan 28 '22 15:01 mantu-sahu

Hi Pascal, I am new to this.

When can we expect this to be published. I am using the package and stuck because of this issue.

Thanks

Hi mantu,

you can download the source code of this repository (which is already bugfixed) and include it locally in your pubspec. This means you replace:

# pubspec.yaml

dependencies:
  flutter:
    sdk: flutter
  flutter_google_places: <last-version>

with

# pubspec.yaml

dependencies:
  flutter:
    sdk: flutter
  flutter_google_places:
    path: <path to package>

PascalOtto avatar Jan 30 '22 03:01 PascalOtto

Hi Pascal,

Many thanks for your response. Yes, I was looking into that option of having a local package. I understand that the path will be outside of my project folder. We have a continuous integration (CI) environment, which will break since it wont find the package. That's why I was shying away from the local package.

I assume, you wont know when this can be pushed to pub.dev. That's what I understand from the comments in the issue thread.

Thanks again for your help.

On Sat, Jan 29, 2022 at 10:08 PM Pascal Otto @.***> wrote:

Hi Pascal, I am new to this.

When can we expect this to be published. I am using the package and stuck because of this issue.

Thanks

Hi mantu,

you can download the source code of this repository (which is already bugfixed) and include it locally in your pub dev. This means you replace:

pubspec.yaml

dependencies: flutter: sdk: flutter flutter_google_places:

with

pubspec.yaml

dependencies: flutter: sdk: flutter flutter_google_places: path:

— Reply to this email directly, view it on GitHub https://github.com/fluttercommunity/flutter_google_places/issues/182#issuecomment-1025057746, or unsubscribe https://github.com/notifications/unsubscribe-auth/AUEFB4FLXMN2J2KPMLRHX2TUYSTSBANCNFSM5MFVA5NQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you are subscribed to this thread.Message ID: @.*** com>

mantu-sahu avatar Jan 30 '22 15:01 mantu-sahu

@mantu-sahu I am using CI with codemagic, too. Have a look into git submodules.

PascalOtto avatar Jan 31 '22 02:01 PascalOtto

Thanks for your kind response. I'll look into the submodule.

I hope there will be a new version in pub.dev soon.

Thank you

On Sun, Jan 30, 2022 at 9:12 PM Pascal Otto @.***> wrote:

@mantu-sahu https://github.com/mantu-sahu I am using CI with codemagic, too. Have a look into git submodules.

— Reply to this email directly, view it on GitHub https://github.com/fluttercommunity/flutter_google_places/issues/182#issuecomment-1025315442, or unsubscribe https://github.com/notifications/unsubscribe-auth/AUEFB4CQNLTQZFGG3PLR2N3UYXVZDANCNFSM5MFVA5NQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you were mentioned.Message ID: @.***>

mantu-sahu avatar Feb 02 '22 00:02 mantu-sahu

I have created a new version you can use:

  flutter_google_places:
    git:
      url: https://github.com/fluttercommunity/flutter_google_places
      ref: v0.3.2

juliansteenbakker avatar Mar 15 '22 20:03 juliansteenbakker

Thanks. Will it be published in pub.dev soon?

On Tue, Mar 15, 2022 at 4:46 PM Julian Steenbakker @.***> wrote:

I have created a new version you can use:

flutter_google_places: git: url: https://github.com/fluttercommunity/flutter_google_places ref: v0.3.2

— Reply to this email directly, view it on GitHub https://github.com/fluttercommunity/flutter_google_places/issues/182#issuecomment-1068455559, or unsubscribe https://github.com/notifications/unsubscribe-auth/AUEFB4EFKXZC3EDMT4BPNGTVADZK3ANCNFSM5MFVA5NQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you were mentioned.Message ID: @.***>

mantu-sahu avatar Mar 18 '22 23:03 mantu-sahu

Thanks. Will it be published in pub.dev soon? On Tue, Mar 15, 2022 at 4:46 PM Julian Steenbakker @.> wrote: I have created a new version you can use: flutter_google_places: git: url: https://github.com/fluttercommunity/flutter_google_places ref: v0.3.2 — Reply to this email directly, view it on GitHub <#182 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AUEFB4EFKXZC3EDMT4BPNGTVADZK3ANCNFSM5MFVA5NQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you were mentioned.Message ID: @.>

I still have no access to pub.dev

juliansteenbakker avatar Mar 19 '22 07:03 juliansteenbakker

@juliansteenbakker Thanks for putting so much effort into getting this back up on pub.dev. We are lucky to have the flutter functionality to pull from git directly which I will be using from now on with this one as I have with a few libs already that I have forked a few with personal changes in.

Anyone who wants the latest code please use https://github.com/fluttercommunity/flutter_google_places/issues/182#issuecomment-1068455559 to import for now.

PieterPicup avatar Oct 27 '22 10:10 PieterPicup

I have created a new version you can use:

  flutter_google_places:
    git:
      url: https://github.com/fluttercommunity/flutter_google_places
      ref: v0.3.2

Life saver!

jpetro416 avatar Jan 23 '23 21:01 jpetro416