-
Notifications
You must be signed in to change notification settings - Fork 428
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
Comments
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. |
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:
with
|
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: <last-version>
with
# pubspec.yaml
dependencies:
flutter:
sdk: flutter
flutter_google_places:
path: <path to package>
—
Reply to this email directly, view it on GitHub
<#182 (comment)>,
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 I am using CI with codemagic, too. Have a look into git submodules. |
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
<#182 (comment)>,
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:
***@***.***>
|
I have created a new version you can use:
|
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 Thanks for putting so much effort into getting this back up on pub.dev. Anyone who wants the latest code please use #182 (comment) to import for now. |
Life saver! |
@juliansteenbakker do we have any final answer for this? Also, do you plan on maintaining this? it's been a while since we got any updates regarding this. |
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.
The text was updated successfully, but these errors were encountered: