{"id":21418593,"url":"https://github.com/dhiwise/dhibasket","last_synced_at":"2025-08-11T22:39:56.643Z","repository":{"id":59052915,"uuid":"529660989","full_name":"DhiWise/DhiBasket","owner":"DhiWise","description":"A Grocery Application, built with Flutter and DhiWise ","archived":false,"fork":false,"pushed_at":"2023-09-21T01:05:24.000Z","size":5737,"stargazers_count":24,"open_issues_count":0,"forks_count":8,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-08-02T18:27:24.844Z","etag":null,"topics":["dart","ecommerce","firebase","flutter","flutter-apps","grocery","rest-api"],"latest_commit_sha":null,"homepage":"https://dhi-basket.vercel.app","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/DhiWise.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-27T18:04:09.000Z","updated_at":"2025-06-19T12:31:27.000Z","dependencies_parsed_at":"2024-11-22T19:34:41.971Z","dependency_job_id":null,"html_url":"https://github.com/DhiWise/DhiBasket","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DhiWise/DhiBasket","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DhiWise%2FDhiBasket","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DhiWise%2FDhiBasket/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DhiWise%2FDhiBasket/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DhiWise%2FDhiBasket/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DhiWise","download_url":"https://codeload.github.com/DhiWise/DhiBasket/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DhiWise%2FDhiBasket/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269969654,"owners_count":24505437,"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-08-11T02:00:10.019Z","response_time":75,"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":["dart","ecommerce","firebase","flutter","flutter-apps","grocery","rest-api"],"created_at":"2024-11-22T19:22:46.462Z","updated_at":"2025-08-11T22:39:56.622Z","avatar_url":"https://github.com/DhiWise.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DhiBasket\n\n\u003cdiv\u003e\n\u003cstrong\u003e\n\nA Flutter Application, Built with ❤️ from [DhiWise](https://www.dhiwise.com/)\n\n\u003c/strong\u003e\n\n\u003ch4\u003eThis is a Grocery Application built with Flutter.\n\nIt uses [Webflow CMS](https://webflow.com/cms) to store and retrieve data.\u003c/h4\u003e\n\n\u003c/div\u003e\n\n## System Requirements\n\nDart SDK Version 2.17.0 or greater.\n\nFlutter SDK Version 3.0.0 or greater.\n\n## Figma Design\nhttps://www.figma.com/file/MFmvrF4Lkjw0rCLzPmH1yk/Grocery\n\n### Webflow CMS Collections\n\n1. Addresses\n2. Users\n3. Wishlists\n4. Products\n5. Categories\n6. Cart\n\n## Application Screens\n![Screens](./screens.png)\n\n## Application Features\n\n1. SignUp and SignIn with Email and Password\n2. SignUp and SignIn with Google\n3. SignUp and SignIn with Facebook\n4. Listing of Categories\n5. Listing of Products\n6. Product details\n7. Add products to Cart\n8. Add products to Wishlist\n9. Add new Address and Show list of Addresses\n10. Profile of the User\n11. Static screens like privacy policy and terms of services.\n\n## Third party packages Used\n1. flutter_login_facebook\n2. firebase_auth\n3. google_sign_in\n4. flutter_facebook_auth\n\n## Run the application.\n\n1. This app has firebase google/facebook and email - SignUp and SignIn. Thus, you need to add following files to run the application\n- google-services.json\n- facebook_app_id and token in strings.xml\n- firebase_app_id_file.json for ios\n- GoogleService-Info.plist for ios\n\n2. Install flutterfire from [Here](https://firebase.flutter.dev/docs/cli/).\n\n3. Use `flutterfire configure` to generate firebase_options.dart file.\n- you can find these files in your firebase console and project setting.\n\n4. You need to create one constants.dart inside lib/core/constants to store webflow token and CollectionIds to call the APIs.\n\n5. ```Flutter pub get ```\n\n6. ``` Flutter run ```\n\n\n## Folder Structure\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\n```\n\n## MIT License\n\nCopyright (c) 2022 DhiWise\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\n## Support\n\n[DhiWise Discord Community](https://discord.gg/hTuNauNjyJ)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdhiwise%2Fdhibasket","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdhiwise%2Fdhibasket","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdhiwise%2Fdhibasket/lists"}