[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-9435":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":16,"stars7d":17,"stars30d":18,"stars90d":16,"forks30d":16,"starsTrendScore":16,"compositeScore":19,"rankGlobal":10,"rankLanguage":10,"license":20,"archived":21,"fork":21,"defaultBranch":5,"hasWiki":22,"hasPages":21,"topics":23,"createdAt":10,"pushedAt":10,"updatedAt":42,"readmeContent":43,"aiSummary":44,"trendingCount":16,"starSnapshotCount":16,"syncStatus":15,"lastSyncTime":45,"discoverSource":46},9435,"Grocery-App","Widle-Studio\u002FGrocery-App","Widle-Studio","Flutter Grocery Shopping App (Mobile App, Web App)","",null,"Dart",1139,516,54,2,0,1,5,57.14,"MIT License",false,true,[24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41],"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","2026-06-12 04:00:44","# grocery_app\n\nBecome a financial contributor - \u003Cimg alt=\"open collective badge\" src=\"https:\u002F\u002Fopencollective.com\u002Fgrocery-platform\u002Ftiers\u002Fbackers\u002Fbadge.svg?label=backer&color=brightgreen\" \u002F>\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:\u002F\u002Fgithub.com\u002FWidle-Studio\u002FGrocery-App\u002Fblob\u002FGrocery-App\u002FGrocery%20App\u002Fgrocery-app.png\" alt=\"Flutter Grocery Shopping App Video Animation\">\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\u002Fresponse 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:\u002F\u002Fpub.dev\u002Fpackages\u002Fget\n- connectivity_plus - For status of network connectivity\n  https:\u002F\u002Fpub.dev\u002Fpackages\u002Fconnectivity_plus\n- shared_preferences - Provide persistent storage for simple data\n  https:\u002F\u002Fpub.dev\u002Fpackages\u002Fshared_preferences\n- cached_network_image - For storing internet image into cache\n  https:\u002F\u002Fpub.dev\u002Fpackages\u002Fcached_network_image\n    \n### Support\n\nConnect to Widle Studio Team.\n","Grocery-App 是一个使用 Flutter 开发的杂货购物应用程序，支持移动端和网页端。其核心功能包括商品浏览、购物车管理和订单处理等，采用了 Dart 语言编写，并遵循 Material Design 设计规范来确保良好的用户体验。项目结构清晰，易于维护与扩展，同时提供了详细的文档说明如何进行代码格式化及提高代码可读性，适合于需要快速构建电商解决方案或学习 Flutter 框架开发的场景。","2026-06-11 03:22:37","top_language"]