{"id":26370305,"url":"https://github.com/abdullahali2005/sneakrush","last_synced_at":"2026-02-16T18:34:53.446Z","repository":{"id":269275541,"uuid":"906927661","full_name":"AbdullahAli2005/SneakRush","owner":"AbdullahAli2005","description":"A sleek and modern sneakers shopping app built with Flutter, featuring a clean UI, product listings, categories, and smooth navigation for an enhanced shopping experience.","archived":false,"fork":false,"pushed_at":"2025-01-17T14:25:30.000Z","size":915,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-16T23:18:40.933Z","etag":null,"topics":["dart","e-commerce","firebase","flutter","provider","shopping-app"],"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/AbdullahAli2005.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-12-22T10:32:59.000Z","updated_at":"2025-03-02T07:38:06.000Z","dependencies_parsed_at":"2024-12-22T11:31:24.141Z","dependency_job_id":"2e7821a2-d798-44d4-80ae-89d95c52ad67","html_url":"https://github.com/AbdullahAli2005/SneakRush","commit_stats":null,"previous_names":["abdullahali2005/sneaker_app","abdullahali2005/sneakrush"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbdullahAli2005%2FSneakRush","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbdullahAli2005%2FSneakRush/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbdullahAli2005%2FSneakRush/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbdullahAli2005%2FSneakRush/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AbdullahAli2005","download_url":"https://codeload.github.com/AbdullahAli2005/SneakRush/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243945560,"owners_count":20372897,"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","e-commerce","firebase","flutter","provider","shopping-app"],"created_at":"2025-03-16T23:18:42.977Z","updated_at":"2026-02-16T18:34:53.380Z","avatar_url":"https://github.com/AbdullahAli2005.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sneakers App\n\nA Flutter-based mobile application to browse and manage sneaker collections. The project is currently under development, utilizing Firebase for backend integration and modern Material Design principles.\n\n---\n\n## Features\n\n- **Firebase Authentication:** Secure login and registration.\n- **Material Design UI:** Leveraging Material Components for an engaging user experience.\n- **Responsive Layout:** Optimized for various device sizes.\n- **Dynamic Content:** Real-time updates through Firebase integration.\n\n---\n\n## Requirements\n\nTo run this project, ensure you have the following installed:\n\n- **Flutter SDK:** Version 3.10.0 or higher\n- **Android Studio / Visual Studio Code:** Preferred IDEs for Flutter development\n- **Android SDK:** Minimum API level 23\n- **Firebase CLI:** For backend configuration\n\n---\n\n## Getting Started\n\n### Clone the Repository\n\n```bash\ngit clone https://github.com/yourusername/sneakers_app.git\ncd sneakers_app\n```\n\n### Install Dependencies\n\n```bash\nflutter pub get\n```\n\n### Configure Firebase\n\n1. Go to the [Firebase Console](https://console.firebase.google.com/).\n2. Create a new project.\n3. Add Android app credentials to the project:\n   - **Package Name:** `com.example.sneakers_app`\n   - Download the `google-services.json` file and place it in the `android/app/` directory.\n4. Run the following command to initialize Firebase:\n\n   ```bash\n   flutterfire configure\n   ```\n\n### Run the Application\n\n#### For Android:\n```bash\nflutter run\n```\n\n#### For iOS:\n```bash\nflutter run --no-sound-null-safety\n```\n\n---\n\n## Troubleshooting\n\n### Common Issues\n\n#### Black Icon on App Launcher\nIf your app shows a black icon on the launcher, ensure the following:\n1. Verify your app icon in the `assets/images` directory.\n2. Run the following command to regenerate launcher icons:\n\n   ```bash\n   flutter pub run flutter_launcher_icons:main\n   ```\n3. Check the `android:icon` field in the `AndroidManifest.xml` file for correctness:\n\n   ```xml\n   android:icon=\"@mipmap/ic_launcher\"\n   ```\n\n#### Manifest Resource Linking Failed\n1. Ensure your `build.gradle` file includes:\n   ```gradle\n   implementation 'com.google.android.material:material:1.9.0'\n   ```\n2. Set `compileSdk` and `targetSdk` versions to 33 in `android/app/build.gradle`.\n\n---\n\n## Project Structure\n\n```plaintext\nsneakers_app/\n|\n|-- android/       # Native Android project files\n|-- assets/        # App assets (e.g., images, icons)\n|-- lib/           # Main Flutter application files\n|   |-- main.dart  # Entry point for the app\n|-- pubspec.yaml   # Project dependencies and assets\n```\n\n---\n\n## Contributions\n\nContributions are welcome! Feel free to submit a pull request or open an issue.\n\n---\n\n## License\n\nThis project is licensed under the MIT License. See the `LICENSE` file for more details.\n\n---\n\n## Contact\n\nFor inquiries or support, please reach out to:\n\n- **Email:** smabd7409@gmail.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdullahali2005%2Fsneakrush","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabdullahali2005%2Fsneakrush","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdullahali2005%2Fsneakrush/lists"}