{"id":13694408,"url":"https://github.com/Widle-Studio/Grocery-App","last_synced_at":"2025-05-03T01:33:13.624Z","repository":{"id":40685945,"uuid":"163733979","full_name":"Widle-Studio/Grocery-App","owner":"Widle-Studio","description":"Flutter Grocery Shopping App (Mobile App, Web App)","archived":false,"fork":false,"pushed_at":"2023-04-07T07:14:42.000Z","size":43363,"stargazers_count":987,"open_issues_count":1,"forks_count":497,"subscribers_count":55,"default_branch":"Grocery-App","last_synced_at":"2024-04-13T21:33:02.814Z","etag":null,"topics":["dart","ecommerce","ecommerce-application","ecommerce-shopping-solution","ecommerce-store","flutter","flutter-app","flutter-apps","flutter-demo","flutter-material","flutter-material-app","flutter-showcase","flutter-ui","flutter-web","flutter-widget","go","grocery","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Widle-Studio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2019-01-01T12:10:11.000Z","updated_at":"2024-04-11T15:49:56.000Z","dependencies_parsed_at":"2023-01-22T15:31:27.151Z","dependency_job_id":null,"html_url":"https://github.com/Widle-Studio/Grocery-App","commit_stats":{"total_commits":54,"total_committers":8,"mean_commits":6.75,"dds":"0.42592592592592593","last_synced_commit":"c7aaa22bb2b8e61d3b5ab88b8d68b8c4a8a7928a"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Widle-Studio%2FGrocery-App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Widle-Studio%2FGrocery-App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Widle-Studio%2FGrocery-App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Widle-Studio%2FGrocery-App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Widle-Studio","download_url":"https://codeload.github.com/Widle-Studio/Grocery-App/tar.gz/refs/heads/Grocery-App","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224346571,"owners_count":17296242,"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","ecommerce","ecommerce-application","ecommerce-shopping-solution","ecommerce-store","flutter","flutter-app","flutter-apps","flutter-demo","flutter-material","flutter-material-app","flutter-showcase","flutter-ui","flutter-web","flutter-widget","go","grocery","material-design"],"created_at":"2024-08-02T17:01:31.231Z","updated_at":"2024-11-12T20:32:14.866Z","avatar_url":"https://github.com/Widle-Studio.png","language":"Dart","funding_links":[],"categories":["Flutter Apps","Misc","Food Recipe","Uncategorized"],"sub_categories":["Flutter Shopping","Flutter","Uncategorized"],"readme":"# grocery_app\n\nBecome a financial contributor - \u003cimg alt=\"open collective badge\" src=\"https://opencollective.com/grocery-platform/tiers/backers/badge.svg?label=backer\u0026color=brightgreen\" /\u003e\n\n\n### Table of Contents\n- [System Requirements](#system-requirements)\n- [Figma design guidelines for better accuracy](#figma-design-guideline-for-better-accuracy)\n- [App Navigations](#app-navigations)\n- [Project Structure](#project-structure)\n- [How you can do code formatting?](#how-you-can-do-code-formatting)\n- [How you can improve the readability of code?](#how-you-can-improve-the-readability-of-code)\n- [Libraries and tools used](#libraries-and-tools-used)\n- [Support](#support)\n\n### System Requirements\n\nDart SDK Version 2.17.0 or greater.\nFlutter SDK Version 3.0.0 or greater.\n\n### Design System for better accuracy\n\u003cimg src=\"https://github.com/Widle-Studio/Grocery-App/blob/Grocery-App/Grocery%20App/grocery-app.png\" alt=\"Flutter Grocery Shopping App Video Animation\"\u003e\n\n\n### App Navigations\n\nCheck your app's UI from the AppNavigation screen of your app.\n\n### Project Structure\n\nAfter successful build, your application structure should look like this:\n\n```\n.\n├── android                         - contains files and folders required for running the application on an Android operating system.\n├── assets                          - contains all images and fonts of your application.\n├── ios                             - contains files required by the application to run the dart code on iOS platforms.\n├── lib                             - Most important folder in the project, used to write most of the Dart code.\n    ├── main.dart                   - starting point of the application\n    ├── core\n    │   ├── app_export.dart         - contains commonly used file imports \n    │   ├── constants               - contains all constants classes\n    │   ├── errors                  - contains error handling classes                  \n    │   ├── network                 - contains network related classes\n    │   └── utils                   - contains common files and utilities of project\n    ├── data\n    │   ├── apiClient               - contains API calling methods \n    │   ├── models                  - contains request/response models \n    │   └── repository              - network repository\n    ├── localization                - contains localization classes\n    ├── presentation                - contains all screens and screen controllers\n    │   └── screens                 - contains all screens\n    ├── routes                      - contains all the routes of application\n    └── theme                       - contains app theme and decoration classes\n    └── widgets                     - contains all custom widget classes\n```\n\n### How you can do code formatting?\n\n- if your code is not formatted then run following command in your terminal to format code\n  ```\n  dart format .\n  ```\n\n### How you can improve the readability of code?\n\nResolve the errors and warnings that are shown in the application.\n\n### Libraries and tools used\n\n- get - State management\n  https://pub.dev/packages/get\n- connectivity_plus - For status of network connectivity\n  https://pub.dev/packages/connectivity_plus\n- shared_preferences - Provide persistent storage for simple data\n  https://pub.dev/packages/shared_preferences\n- cached_network_image - For storing internet image into cache\n  https://pub.dev/packages/cached_network_image\n    \n### Support\n\nConnect to Widle Studio Team.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FWidle-Studio%2FGrocery-App","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FWidle-Studio%2FGrocery-App","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FWidle-Studio%2FGrocery-App/lists"}