{"id":29562962,"url":"https://github.com/tanvir-chy-ahmed/random_users","last_synced_at":"2026-04-17T08:02:33.918Z","repository":{"id":302801886,"uuid":"1013666270","full_name":"tanvir-chy-ahmed/random_users","owner":"tanvir-chy-ahmed","description":"📱 Flutter Random User Directory App","archived":false,"fork":false,"pushed_at":"2025-07-04T09:20:49.000Z","size":57,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-04T10:26:55.561Z","etag":null,"topics":["android","api","apiintegration","cross","cross-platform","dart","flutter","ios","randomuser-api"],"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/tanvir-chy-ahmed.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,"zenodo":null}},"created_at":"2025-07-04T09:11:28.000Z","updated_at":"2025-07-04T09:20:52.000Z","dependencies_parsed_at":"2025-07-04T10:28:12.003Z","dependency_job_id":"250f625e-28aa-4a43-99e1-df05566ffaef","html_url":"https://github.com/tanvir-chy-ahmed/random_users","commit_stats":null,"previous_names":["tanvir-chy-ahmed/random_users"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tanvir-chy-ahmed/random_users","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanvir-chy-ahmed%2Frandom_users","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanvir-chy-ahmed%2Frandom_users/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanvir-chy-ahmed%2Frandom_users/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanvir-chy-ahmed%2Frandom_users/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tanvir-chy-ahmed","download_url":"https://codeload.github.com/tanvir-chy-ahmed/random_users/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanvir-chy-ahmed%2Frandom_users/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265806257,"owners_count":23831276,"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":["android","api","apiintegration","cross","cross-platform","dart","flutter","ios","randomuser-api"],"created_at":"2025-07-18T18:01:25.245Z","updated_at":"2025-10-03T12:17:01.191Z","avatar_url":"https://github.com/tanvir-chy-ahmed.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📱 Flutter Random User Directory App\n\nThis Flutter app displays a list of random users fetched from the [Random User API](https://randomuser.me). It features a list and detail screen, with smooth navigation, gender-based styling, and clean architecture.\n\n---\n\n## ✨ Features\n\n- ✅ Fetches 100 users from [https://randomuser.me/api/](https://randomuser.me/api/)\n- 🧍 Gender-based card colors (Red for male, Light Yellow for female)\n- 👤 Detail screen with:\n  - Profile image\n  - Email, phone\n  - Full address with icons\n  - Nationality, age, username, and more\n\n---\n\n## 📦 Tech Stack\n\n- ⚙️ **Flutter** (Dart)\n- 🖼️ **Image.network** for profile photos\n- 🌐 **HTTP** package for API calls\n- 🧠 **Clean architecture**: models, services, screens, utils\n\n---\n\n## 🗂️ Folder Structure\n\n```\nlib/\n├── model/              # Data models for user fields\n│   └── name_model.dart, location_model.dart, etc.\n├── screens/            # UI screens\n│   ├── home.dart       # User list\n│   └── detail.dart     # User detail view\n├── services/\n│   └── apiservices.dart # API calling logic\n├── util/\n│   ├── api.dart         # API base URL\n│   └── endpoints.dart   # API endpoints\n└── main.dart            # App entry point\n```\n\n---\n\n## 📸 Screenshots\n\n| User List Screen | User Detail Screen |\n|------------------|--------------------|\n| ![User List Screen](https://github.com/user-attachments/assets/6aa2bde0-bc7f-480d-b89d-96f7bfcb4d51) | ![User Detail Screen](https://github.com/user-attachments/assets/77833c55-2d8a-4429-9ad3-8a93a31bbcfe) |\n\n---\n\n## 🚀 Getting Started\n\n1. **Clone the repo**\n\n```bash\ngit clone https://github.com/tanvir-chy-ahmed/random_users.git\ncd flutter-randomuser-app\n```\n\n2. **Install packages**\n\n```bash\nflutter pub get\n```\n\n3. **Run the app**\n\n```bash\nflutter run\n```\n\n---\n\n## 🔗 API\n\nThis project uses:\n\n\u003e [https://randomuser.me/api/?results=100](https://randomuser.me/api/?results=100)\n\n---\n\n## 🛠️ To Improve\n\n- Search/filter by name or country\n- Pagination or infinite scroll\n- Dark mode support\n- Error handling and loading shimmer\n\n---\n\n## 👨‍💻 Developer\n\n**Tanvir Ahmed Chowdhury**  \n📧 [tanvirchy269@gmail.com]  \n🔗 [LinkedIn](https://www.linkedin.com/in/tanvir-ahmed-chy-126191367/)  \n💻 [GitHub](https://github.com/tanvir-chy-ahmed)\n\n---\n\n## 📄 License\n\nThis project is open-source and free to use.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftanvir-chy-ahmed%2Frandom_users","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftanvir-chy-ahmed%2Frandom_users","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftanvir-chy-ahmed%2Frandom_users/lists"}