{"id":13791991,"url":"https://github.com/nikhilmufc7/Flutter_GreatPlaces","last_synced_at":"2025-05-12T14:31:29.580Z","repository":{"id":89816049,"uuid":"211543792","full_name":"nikhilmufc7/Flutter_GreatPlaces","owner":"nikhilmufc7","description":"A favorite place bookmarker app using Flutter, Google Maps and Native device features","archived":false,"fork":false,"pushed_at":"2019-10-04T17:48:46.000Z","size":91,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-18T06:47:09.585Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nikhilmufc7.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2019-09-28T18:20:59.000Z","updated_at":"2022-07-18T00:18:57.000Z","dependencies_parsed_at":"2024-01-08T05:08:06.535Z","dependency_job_id":"a951a1eb-f38b-45c5-bbc7-5d3f19ea7cf6","html_url":"https://github.com/nikhilmufc7/Flutter_GreatPlaces","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/nikhilmufc7%2FFlutter_GreatPlaces","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikhilmufc7%2FFlutter_GreatPlaces/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikhilmufc7%2FFlutter_GreatPlaces/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikhilmufc7%2FFlutter_GreatPlaces/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nikhilmufc7","download_url":"https://codeload.github.com/nikhilmufc7/Flutter_GreatPlaces/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253754967,"owners_count":21958934,"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":[],"created_at":"2024-08-03T22:01:06.732Z","updated_at":"2025-05-12T14:31:28.954Z","avatar_url":"https://github.com/nikhilmufc7.png","language":"Dart","funding_links":[],"categories":["Food Recipe"],"sub_categories":[],"readme":"# Flutter Great Place\n\n- Uses Flutter\n- Google Maps\n- Native Device features\n\n## How to run locally\n\n```\ngit clone\n```\n\n```\ncreate a location_helper.dart file in helpers folder\n```\n\n```\nGet your Google Cloud API Key\n```\n\n```\nAdd this to the location_helper.dart file\n\nAdd your api key to the variable\n\nimport 'package:http/http.dart' as http;\nimport 'dart:convert';\nconst GOOGLE_API_KEY = 'YOUR API KEY';\n\nclass LocationHelper {\n  static String generateLocationPreviewImage({\n    double latitude, double longitude,}) {\n    return 'https://maps.googleapis.com/maps/api/staticmap?center=$latitude,$longitude\u0026zoom=13\u0026size=600x300\u0026maptype=roadmap\u0026markers=color:blue%7Clabel:S%7C40.702147,-74.015794\u0026markers=color:green%7Clabel:G%7C40.711614,-74.012318\u0026markers=color:red%7Clabel:C%7C$latitude,$longitude\u0026key=$GOOGLE_API_KEY';\n  }\n\n  static Future\u003cString\u003e getPlaceAddress( double lat, double lng) async{\n    final url = 'https://maps.googleapis.com/maps/api/geocode/json?latlng=$lat,$lng\u0026key=$GOOGLE_API_KEY';\n    final response = await http.get(url);\n    return json.decode(response.body)['results'][0]['formatted_address'];\n\n  }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnikhilmufc7%2FFlutter_GreatPlaces","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnikhilmufc7%2FFlutter_GreatPlaces","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnikhilmufc7%2FFlutter_GreatPlaces/lists"}