-
-
Notifications
You must be signed in to change notification settings - Fork 72
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
Any plans for web and other platforms? #52
Comments
Created pull request for web, looks like all is needed is adding the platform I tried to fork the repo and then install it via pubspec, but getting this weird error:
|
I suspect in pubspec the entire platforms magic could be removed. Looking at other packages like https://github.com/bazrafkan/google_geocoding/blob/master/pubspec.yaml they omitted the platforms and pub.dev seems to test for all platforms: https://pub.dev/packages/google_geocoding/score |
Also, if we look at the geocoding platform interface plugin, it is enabled for all platforms https://pub.dev/packages/geocoding_platform_interface/score |
how to use for web? |
Hi @giorgio79, We've discussed this briefly if we should implement this or not. Our main concern is that we need to find a service (as mentioned in a comment in your PR you made) for the web support that can do the things we need (geocoding/reverse geocoding) but that is also free to use, reliable, stable, and accurate/good working. We will need to discuss this further and do a bit of research of what is possible and what not. We will look into this in the future, but I can not give you an estimated date when we will know more about this topic, or when we start implementing it. |
Hi @giorgio79 , I just made a proposal about this topic. It would help out a lot if you could read the #69 proposal and react to it. Thanks in advance! |
🚀 Feature Requests
Hello,
Any plans for web and other platforms?
I was looking at other reverse geocoding packages, and the codebases are pretty similar (https://github.com/bazrafkan/google_geocoding) . Might be just enabling sg on the package page?
Contextualize the feature
Describe the feature
Platforms affected (mark all that apply)
The text was updated successfully, but these errors were encountered: