{"id":24917029,"url":"https://github.com/codernayeem/agro-care-app","last_synced_at":"2026-04-19T13:32:22.153Z","repository":{"id":265433077,"uuid":"889438980","full_name":"codernayeem/agro-care-app","owner":"codernayeem","description":"An shopping \u0026 community app for farmers, gardeners \u0026 plant enthusiasts made with flutter","archived":false,"fork":false,"pushed_at":"2024-12-25T13:01:15.000Z","size":16114,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T07:44:53.173Z","etag":null,"topics":["agriculture","android","community","disease-detection","firebase","flutter","flutter-android","machine-learning","marketplace","news","openweather","social-network"],"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/codernayeem.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":"2024-11-16T11:43:29.000Z","updated_at":"2025-02-24T16:30:20.000Z","dependencies_parsed_at":"2024-12-25T12:39:12.636Z","dependency_job_id":null,"html_url":"https://github.com/codernayeem/agro-care-app","commit_stats":null,"previous_names":["codernayeem/agro-care-app"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/codernayeem/agro-care-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codernayeem%2Fagro-care-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codernayeem%2Fagro-care-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codernayeem%2Fagro-care-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codernayeem%2Fagro-care-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codernayeem","download_url":"https://codeload.github.com/codernayeem/agro-care-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codernayeem%2Fagro-care-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32009119,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"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":["agriculture","android","community","disease-detection","firebase","flutter","flutter-android","machine-learning","marketplace","news","openweather","social-network"],"created_at":"2025-02-02T08:30:43.389Z","updated_at":"2026-04-19T13:32:22.134Z","avatar_url":"https://github.com/codernayeem.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# agro-care-app\n# Agro Care App\n\nA plant disease detection, shopping, and community app for farmers, gardeners, and plant enthusiasts.\n\n## Features\n- Simple, clean, and easy app interface 👍\n- Email-password and Google authentication\n- Plant disease detection through leaf scanning (currently supports Tomato, Potato, Corn)\n- Assistance via phone call or WhatsApp for farming and gardening support\n- Weather updates including temperature and sky status\n- Latest trends and news in the agriculture sector\n- Fully functional marketplace for seeds, pesticides, irrigation supplies, indoor plants, gardening tools, fertilizers, etc., with cart, ordering, and payment integration via SSL Commerz\n- Minimal social features including posting, liking, and commenting\n- Profile page with user information display, edit profile functionality, profile picture upload, and view user's orders\n\n## API \u0026 Services Used\n- `FlutterFire`\n    * Ensure to login to Firebase from CLI\n    * Use FlutterFire to connect to Firebase (_generates a Dart file - without it the app won't run_)\n- Firebase `Auth` for authentication\n- Firebase `CloudStore` for database\n- Firebase `Storage` for storage service\n- `OpenWeather` API for weather information\n- `Agro Care Flask` API for plant disease detection: [agro-care-flask](https://github.com/codernayeem/agro-care-flask)\n    * Run the Flask app locally or host it\n    * Set the prediction API link to the Firebase CloudStore\n    * Run the app and scan any leaf\n    * _Note: Without starting the server, the detection won't work. Currently, the server is hosted locally, so detection might not work._\n\n## Project Requirements\n- `Flutter` v3.16.9 or higher (_The project was developed on `v3.16.9`_)\n\n## Usage\n\n1. **Clone the repository:**\n    ```bash\n    git clone https://github.com/codernayeem/agro-care-app.git\n    ```\n2. **Navigate to the project directory:**\n    ```bash\n    cd agro-care-app\n    ```\n3. **Install dependencies:**\n    ```bash\n    flutter pub get\n    ```\n4. **Configure FlutterFire:**\n    ```bash\n    flutterfire configure\n    ```\n5. **Run the app:**\n    ```bash\n    flutter run\n    ```\n\n## Test the app\n- Download the latest release from [GitHub Releases](https://github.com/codernayeem/agro-care-app/releases)\n- Install the APK on your device (_As the app is not uploaded to the Play Store, you might get a warning. You can safely ingore that._)\n- Open the app and explore its features\n- Regarding The Disease Detection through leaf scanning\n    * The server for detection api is not hosted in remote server yet.\n    * Since, the detection server [agro-care-flask](https://github.com/codernayeem/agro-care-flask) can be hosted locally, the local api needs to be set in the cloudstore everytime it changes.\n    * Currently, the api saved in cloud store is `http://192.168.0.103:4000/predict`\n    * You can run the server locally on that local IP address \u0026 port. Then, the detection in app should work fine.\n    * Currently, the model is not that robust yet, as the dataset was not that versatile. It is just for testing purpose of the pipeline.\n\n## Screenshots\n\n| ![Image 1](README_images/1.jpg) | ![Image 2](README_images/2.jpg) | ![Image 3](README_images/3.jpg) |\n|---------------------------------|---------------------------------|---------------------------------|\n| ![Image 4](README_images/4.jpg) | ![Image 5](README_images/5.jpg) | ![Image 6](README_images/6.jpg) |\n| ![Image 7](README_images/7.jpg) | ![Image 8](README_images/8.jpg) | ![Image 9](README_images/9.jpg) |\n| ![Image 10](README_images/10.jpg) | ![Image 11](README_images/11.jpg) | ![Image 12](README_images/12.jpg) |\n| ![Image 13](README_images/13.jpg) | ![Image 14](README_images/14.jpg) | ![Image 15](README_images/15.jpg) |\n| ![Image 16](README_images/16.jpg) | ![Image 17](README_images/17.jpg) | ![Image 18](README_images/18.jpg) |\n| ![Image 19](README_images/19.jpg) | ![Image 20](README_images/20.jpg) | ![Image 21](README_images/21.jpg) |\n| ![Image 22](README_images/22.jpg) | ![Image 23](README_images/23.jpg) | ![Image 24](README_images/24.jpg) |\n| ![Image 25](README_images/25.jpg) | ![Image 26](README_images/26.jpg) | ![Image 27](README_images/27.jpg) |\n| ![Image 28](README_images/28.jpg) | ![Image 29](README_images/29.jpg) | ![Image 30](README_images/30.jpg) |\n| ![Image 31](README_images/31.jpg) | ![Image 32](README_images/32.jpg) | ![Image 33](README_images/33.jpg) |\n\n### Credits\nVarious images, news information, marketplace details, and disease descriptions used in the app were sourced from the internet for educational purposes only.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodernayeem%2Fagro-care-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodernayeem%2Fagro-care-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodernayeem%2Fagro-care-app/lists"}