{"id":22136547,"url":"https://github.com/theprincelle/wheeleat","last_synced_at":"2026-05-01T12:32:44.567Z","repository":{"id":115941856,"uuid":"460899261","full_name":"ThePrincelle/WheelEat","owner":"ThePrincelle","description":"Don't know what to eat? WheelEat!","archived":false,"fork":false,"pushed_at":"2022-09-17T14:54:30.000Z","size":6034,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-14T19:01:11.503Z","etag":null,"topics":["android","flutter","ios","web"],"latest_commit_sha":null,"homepage":"https://wheeleat.princelle.org","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/ThePrincelle.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-02-18T15:10:57.000Z","updated_at":"2022-02-18T16:24:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"9edd437f-ac0c-4b46-9385-7f71905e8a16","html_url":"https://github.com/ThePrincelle/WheelEat","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ThePrincelle/WheelEat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThePrincelle%2FWheelEat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThePrincelle%2FWheelEat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThePrincelle%2FWheelEat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThePrincelle%2FWheelEat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ThePrincelle","download_url":"https://codeload.github.com/ThePrincelle/WheelEat/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThePrincelle%2FWheelEat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32497812,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["android","flutter","ios","web"],"created_at":"2024-12-01T19:23:28.910Z","updated_at":"2026-05-01T12:32:44.549Z","avatar_url":"https://github.com/ThePrincelle.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://git.unistra.fr/princelle/wheeleat/-/wikis/uploads/be9985cbc52f593b81bfa938b00b2b4d/wheeleat.png\" alt=\"WheelEat Logo\" width=\"200px\" /\u003e\n\n# WheelEat\n\n[![forthebadge](https://forthebadge.com/images/badges/powered-by-black-magic.svg)](https://forthebadge.com)\n\n\u003c/div\u003e\n\nApplication de recherche de restaurant.\n\nLien vers le Git : https://git.unistra.fr/princelle/wheeleat\n\n**Membres du groupe :**\n\n* BRUA Hugo (hbrua@etu.unistra.fr)\n* LAFORÊT Nicolas (nicolas.laforet@etu.unistra.fr)\n* PRINCELLE Maxime (princelle@etu.unistra.fr)\n\nCette application a été conçue avec Flutter. Elle est disponible sous iOS, Android et le web.\n\n- App Web : https://wheeleat.princelle.org\n- APK Android : https://s3.princelle.org/share/wheeleat.apk\n- iOS : consultez la section '[Comment construire l'application en local ?](#comment-construire-lapplication-en-local-)'\n\nLe projet utilise les API's de Google : \n- [Places API](https://developers.google.com/maps/documentation/places/web-service/overview?hl=fr)\n  - [Place Search](https://developers.google.com/maps/documentation/places/web-service/search?hl=fr)\n  - [Place Details](https://developers.google.com/maps/documentation/places/web-service/details?hl=fr)\n- [Geocoding API](https://developers.google.com/maps/documentation/geocoding/overview?hl=fr)\n  - [Geocoding](https://developers.google.com/maps/documentation/geocoding/requests-geocoding?hl=fr)\n  - [Reverse Geocoding](https://developers.google.com/maps/documentation/geocoding/requests-reverse-geocoding?hl=fr)\n\n# Comment construire l'application en local ?\n\n## Dépendances\n\nInstallez Flutter et toutes ses dépendances. \n\nPour cela suivez la documentation officielle : https://docs.flutter.dev/get-started/install\n\nN'oubliez pas de lancer : `flutter doctor` pour vérifier que votre environnement est au point.\n\n## Préparation de l'environnement\n\nPour préparer l'environnement, copiez le fichier .env.model en .env à la racine du projet et ajoutez votre clé API Google dans \"GOOGLE_API_KEY\". \n\nVotre clé doit accès aux services : [Places API](https://developers.google.com/maps/documentation/places/web-service/overview?hl=fr) et [Geocoding API](https://developers.google.com/maps/documentation/geocoding/overview?hl=fr).\n\n## Librairies\n\nInstallez les librairies du projet : `flutter pub get`\n\n## Build \u0026 lancement\n\nPlusieurs options sont disponibles pour ce qui est de l'environnement de test.\n\nChoisissez celui qui vous convient le mieux en lançant la commande :\n- Android : `flutter run android`\n- Web : `flutter run web`\n- iOS (uniquement disponible sur macOS) : `flutter run ios`\n\nEn cas de problème, contactez-nous ou consultez la documentation de Flutter.\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheprincelle%2Fwheeleat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheprincelle%2Fwheeleat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheprincelle%2Fwheeleat/lists"}