{"id":13806167,"url":"https://github.com/fluttercommunity/flutter_google_places","last_synced_at":"2026-01-11T13:33:04.645Z","repository":{"id":35171280,"uuid":"102524665","full_name":"fluttercommunity/flutter_google_places","owner":"fluttercommunity","description":"Google Places - Google places autocomplete widgets for flutter. No wrapper, use https://pub.dev/packages/google_maps_webservice. Maintainer: @juliansteenbakker","archived":false,"fork":false,"pushed_at":"2024-08-05T01:07:38.000Z","size":14262,"stargazers_count":306,"open_issues_count":45,"forks_count":445,"subscribers_count":17,"default_branch":"master","last_synced_at":"2025-04-03T13:18:49.874Z","etag":null,"topics":["hacktoberfest"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/flutter_google_places","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fluttercommunity.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":"2017-09-05T20:03:48.000Z","updated_at":"2025-01-08T13:11:16.000Z","dependencies_parsed_at":"2023-01-15T15:15:21.671Z","dependency_job_id":"38580aa5-b3fe-469d-a7c8-616d7514235b","html_url":"https://github.com/fluttercommunity/flutter_google_places","commit_stats":{"total_commits":93,"total_committers":35,"mean_commits":2.657142857142857,"dds":0.7634408602150538,"last_synced_commit":"6bb88c0dab5012dc2a2df5de4a6e2b24beea6637"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluttercommunity%2Fflutter_google_places","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluttercommunity%2Fflutter_google_places/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluttercommunity%2Fflutter_google_places/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluttercommunity%2Fflutter_google_places/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fluttercommunity","download_url":"https://codeload.github.com/fluttercommunity/flutter_google_places/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248586249,"owners_count":21128997,"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":["hacktoberfest"],"created_at":"2024-08-04T01:01:08.465Z","updated_at":"2026-01-11T13:33:04.582Z","avatar_url":"https://github.com/fluttercommunity.png","language":"Dart","funding_links":[],"categories":["Dart"],"sub_categories":[],"readme":"# flutter_google_places \n\n[![Flutter Community: flutter_google_places](https://fluttercommunity.dev/_github/header/flutter_google_places)](https://github.com/fluttercommunity/community)\n\n[![Pub](https://img.shields.io/pub/v/flutter_google_places.svg)](https://pub.dartlang.org/packages/flutter_google_places)\n\nThis library provides Google places autocomplete widgets for flutter. It uses [google_maps_webservice](https://github.com/lejard-h/google_maps_webservice) library which directly refer to the official [documentation](https://developers.google.com/maps/web-services/) for google maps web service. \n\nAccording to https://stackoverflow.com/a/52545293, you need to enable billing on your account, even if you are only using the free quota.\n\n\n## Installation\n\nIn the `dependencies:` section of your `pubspec.yaml`, add the following line:\n\n```yaml\ndependencies:\n  flutter_google_places: \u003clatest_version\u003e\n```\n\n## Usage\n\n```dart\nconst kGoogleApiKey = \"API_KEY\";\n\nPrediction p = await PlacesAutocomplete.show(\n                          context: context,\n                          apiKey: kGoogleApiKey,\n                          mode: Mode.overlay, // Mode.fullscreen\n                          language: \"fr\",\n                          components: [new Component(Component.country, \"fr\")]);\n```\n\n#### Examples: \n\u003cdiv style=\"text-align: center\"\u003e\u003ctable\u003e\u003ctr\u003e\n    \u003ctd style=\"text-align: center\"\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/fluttercommunity/flutter_google_places/master/flutter_01.png\" height=\"400\"\u003e\n\u003c/td\u003e\n\u003ctd style=\"text-align: center\"\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/fluttercommunity/flutter_google_places/master/flutter_02.png\" height=\"400\"\u003e\n\u003c/td\u003e\n\u003c/tr\u003e\n\u003c/table\u003e\n\u003c/div\u003e\n\n## Example App\n\nView the Flutter app in the `example` directory.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluttercommunity%2Fflutter_google_places","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffluttercommunity%2Fflutter_google_places","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluttercommunity%2Fflutter_google_places/lists"}