{"id":22372218,"url":"https://github.com/keidsid/dicoding_restaurant_app","last_synced_at":"2025-10-06T17:19:22.874Z","repository":{"id":114542777,"uuid":"523394685","full_name":"KeidsID/dicoding_restaurant_app","owner":"KeidsID","description":"Project task from dicoding.com intermediate Flutter class","archived":false,"fork":false,"pushed_at":"2023-01-19T01:30:53.000Z","size":863,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-20T01:27:28.894Z","etag":null,"topics":["basil","flutter","material-design"],"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/KeidsID.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-08-10T15:20:38.000Z","updated_at":"2024-06-26T07:09:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"cf774a8b-bdda-491f-818d-099c9db71f50","html_url":"https://github.com/KeidsID/dicoding_restaurant_app","commit_stats":null,"previous_names":["keidsid/dicoding_restaurant_app","keidsid/restaurant_app_project"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/KeidsID/dicoding_restaurant_app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KeidsID%2Fdicoding_restaurant_app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KeidsID%2Fdicoding_restaurant_app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KeidsID%2Fdicoding_restaurant_app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KeidsID%2Fdicoding_restaurant_app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KeidsID","download_url":"https://codeload.github.com/KeidsID/dicoding_restaurant_app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KeidsID%2Fdicoding_restaurant_app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278647010,"owners_count":26021566,"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","status":"online","status_checked_at":"2025-10-06T02:00:05.630Z","response_time":65,"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":["basil","flutter","material-design"],"created_at":"2024-12-04T20:34:18.053Z","updated_at":"2025-10-06T17:19:22.835Z","avatar_url":"https://github.com/KeidsID.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"[dicodingclass]: https://www.dicoding.com/academies/195\n[jsonassets]: https://github.com/dicodingacademy/assets/blob/main/flutter_fundamental_academy/local_restaurant.json\n[apilink]: https://restaurant-api.dicoding.dev/\n[apppreview]: https://raw.githubusercontent.com/KeidsID/KeidsID/main/assets/other/flutter-repo/RESTAURantS_App_Preview.gif\n\n# **restaurant_app_project**\n\n![Codemagic build status](https://api.codemagic.io/apps/639026c19c76e3f6e4cc106a/639026c19c76e3f6e4cc1069/status_badge.svg)\n\nSubmission project task from [dicoding.com Intermediate Flutter class][dicodingclass].\n\nIt is hoped that with this assignment, students can create Flutter applications by implementing common features such as retrieving data from the internet, local storage, notifications, and testing.\n\nDesign based on [Basil Material Studies](https://m2.material.io/design/material-studies/basil.html)\n\nRun these commands before build:\n\n```\nflutter pub get\nflutter pub run flutter_native_splash:create\n```\n\n### **Note:**\n\n- Web build is not possible for now.\n- Never test IOS build yet, because owner is Android and Windows user.\n\n## **App Preview**\n\n![App Preview Gif][apppreview]\n\n## **1st Submission Task**\n\nCreate an app with a Restaurant Theme.\n\nThe app displays a list of restaurants along with their details. The Data used is local data that you can get [at this link][jsonassets].\n\nMust have features in the app:\n\n### 1. Restaurant list\n\n- Displays a list of restaurants with brief information.\n\n### 2. Restaurant details\n\n- Displays detailed information when an item is pressed.\n\n## **2nd Submission Task**\n\nUse restaurant data from API for the app.\n\nUse the following API to get restaurant data:  \nhttps://restaurant-api.dicoding.dev/\n\nMust have features in the app:\n\n### 1. Restaurant List\n\n- Displays a list of restaurants with brief information from the API.\n- Displays restaurant images retrieved from the API.\n\n### 2. Restaurant Details\n\n- Displays detailed information when an item is pressed, such as description, city, rating, food menu, and drink menu.\n- Displays restaurant images retrieved from the API.\n\n### 3. Restaurant Search\n\n- Displays restaurant search results by menu or restaurant name.\n\n### 4. There is a loading indicator when the application loads data.\n\n### 5. Displays error messages that are easily understood by the user when the application is accessed without an internet connection.\n\n### 6. Using one of the state management libraries such as provider, block, redux, etc.\n\n## **3rd Submission Task**\n\nMust have feature in the app:\n\n### 1. Favorite Restaurant\n\n- Users can add and remove the restaurant from their favorite list.\n- The application must have a page to display a list of favorites.\n- Displays the detail page of the favorites list (when the favorite item pressed).\n\n### 2. Daily Reminder\n\n- There is a setting to turn the reminder on and off on the settings page.\n- Daily reminder to display restaurants randomly at 11.00 AM.\n\n### 3. Testing\n\n- Write at least one test scenario to verify the json parsing was successful.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeidsid%2Fdicoding_restaurant_app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkeidsid%2Fdicoding_restaurant_app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeidsid%2Fdicoding_restaurant_app/lists"}