Skip to content
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

No update possible on pub.dev due to missing rights #182

Open
juliansteenbakker opened this issue Jan 17, 2022 · 11 comments
Open

No update possible on pub.dev due to missing rights #182

juliansteenbakker opened this issue Jan 17, 2022 · 11 comments

Comments

@juliansteenbakker
Copy link
Collaborator

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.

@PascalOtto
Copy link
Contributor

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

@mantu-sahu
Copy link

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

@PascalOtto
Copy link
Contributor

PascalOtto commented Jan 30, 2022

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>

@mantu-sahu
Copy link

mantu-sahu commented Jan 30, 2022 via email

@PascalOtto
Copy link
Contributor

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

@mantu-sahu
Copy link

mantu-sahu commented Feb 2, 2022 via email

@juliansteenbakker
Copy link
Collaborator Author

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

@mantu-sahu
Copy link

mantu-sahu commented Mar 18, 2022 via email

@juliansteenbakker
Copy link
Collaborator Author

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

@PieterPicup
Copy link

@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 #182 (comment) to import for now.

@jpetro416
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants