{"id":13573503,"url":"https://github.com/aloisdeniel/flutter_geocoder","last_synced_at":"2025-04-04T11:13:02.762Z","repository":{"id":41423614,"uuid":"120220355","full_name":"aloisdeniel/flutter_geocoder","owner":"aloisdeniel","description":"Flutter plugin for forward and reverse geocoding","archived":false,"fork":false,"pushed_at":"2024-03-07T02:45:30.000Z","size":6783,"stargazers_count":189,"open_issues_count":43,"forks_count":182,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-03-28T10:06:28.500Z","etag":null,"topics":["dart","flutter","geocoding","plugin"],"latest_commit_sha":null,"homepage":null,"language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aloisdeniel.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-02-04T20:28:39.000Z","updated_at":"2025-03-23T11:43:04.000Z","dependencies_parsed_at":"2024-06-18T14:14:11.378Z","dependency_job_id":null,"html_url":"https://github.com/aloisdeniel/flutter_geocoder","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aloisdeniel%2Fflutter_geocoder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aloisdeniel%2Fflutter_geocoder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aloisdeniel%2Fflutter_geocoder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aloisdeniel%2Fflutter_geocoder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aloisdeniel","download_url":"https://codeload.github.com/aloisdeniel/flutter_geocoder/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247166168,"owners_count":20894654,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dart","flutter","geocoding","plugin"],"created_at":"2024-08-01T15:00:36.970Z","updated_at":"2025-04-04T11:13:02.743Z","avatar_url":"https://github.com/aloisdeniel.png","language":"Dart","readme":"\u003e Really sorry for the lack of updates. I'm currently really busy and can't really give you an ETA for the next release. \n\u003e \n\u003e In the meantime, you can try the [geocoding](https://pub.dev/packages/geocoding) package which should offer almost the same functionnalities.\n\n# geocoder\n\nForward and reverse geocoding.\n\n# Usage\n\nImport `package:geocoder/geocoder.dart`, and use the `Geocoder.local` to access geocoding services provided by the device system.\n\nExample:\n\n```dart\nimport 'package:geocoder/geocoder.dart';\n\n// From a query\nfinal query = \"1600 Amphiteatre Parkway, Mountain View\";\nvar addresses = await Geocoder.local.findAddressesFromQuery(query);\nvar first = addresses.first;\nprint(\"${first.featureName} : ${first.coordinates}\");\n\n// From coordinates\nfinal coordinates = new Coordinates(1.10, 45.50);\naddresses = await Geocoder.local.findAddressesFromCoordinates(coordinates);\nfirst = addresses.first;\nprint(\"${first.featureName} : ${first.addressLine}\");\n```\n\nYou can alternatively use `Geocoder.google` member for requesting distant data from google services instead of native ones.\n\nYou will find links to the API docs on the [pub page](https://pub.dartlang.org/packages/geocoder).\n\n## Getting Started\n\nFor help getting started with Flutter, view our online\n[documentation](http://flutter.io/).\n\nFor help on editing plugin code, view the [documentation](https://flutter.io/platform-plugins/#edit-code).\n","funding_links":[],"categories":["组件","Dart","Components","Map [🔝](#readme)"],"sub_categories":["地图","Map"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faloisdeniel%2Fflutter_geocoder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faloisdeniel%2Fflutter_geocoder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faloisdeniel%2Fflutter_geocoder/lists"}