{"id":25424736,"url":"https://github.com/asmitranjansinha/cred-stack","last_synced_at":"2025-08-11T02:04:53.029Z","repository":{"id":275380109,"uuid":"918632661","full_name":"asmitranjansinha/cred-stack","owner":"asmitranjansinha","description":"A stack view framework with dynamic content and smooth transitions for expanded/collapsed views, using Flutter and API integration.","archived":false,"fork":false,"pushed_at":"2025-02-02T04:27:53.000Z","size":31832,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-17T08:46:31.858Z","etag":null,"topics":["collapsed","dio","expandablelayout","flutter","mockapi","provider","stack-view"],"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/asmitranjansinha.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":"2025-01-18T13:01:15.000Z","updated_at":"2025-02-02T04:32:27.000Z","dependencies_parsed_at":"2025-02-02T05:29:27.402Z","dependency_job_id":null,"html_url":"https://github.com/asmitranjansinha/cred-stack","commit_stats":null,"previous_names":["asmitranjansinha/cred-stack"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/asmitranjansinha/cred-stack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asmitranjansinha%2Fcred-stack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asmitranjansinha%2Fcred-stack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asmitranjansinha%2Fcred-stack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asmitranjansinha%2Fcred-stack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/asmitranjansinha","download_url":"https://codeload.github.com/asmitranjansinha/cred-stack/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asmitranjansinha%2Fcred-stack/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269819032,"owners_count":24480087,"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":["collapsed","dio","expandablelayout","flutter","mockapi","provider","stack-view"],"created_at":"2025-02-16T23:17:28.975Z","updated_at":"2025-08-11T02:04:52.941Z","avatar_url":"https://github.com/asmitranjansinha.png","language":"Dart","readme":"# CRED-STACK\n\n## Description\n\nCRED-STACK is a Flutter project following the MVC architecture. It provides a structured approach to app development by separating concerns into Models, Views, and Controllers.\n\n## Architecture\n\n```\napk\n   - app-release.apk\nassets\n   - asset files (images)\nlib\n   - constants\n       - constant.dart\n   - controller\n       - controller.dart\n   - models\n       - model.dart\n   - services\n       - service.dart\n   - utils\n       - util.dart\n   - views\n       - view.dart\n   - main.dart\n```\n\n## 📸 Screenshots and Recordings\n\n\u003cvideo width=\"320\" height=\"240\" controls\u003e\n  \u003csource src=\"assets/screenRecording/app-screen-recording.mp4\" type=\"video/mp4\"\u003e\n  Your browser does not support the video tag.\n\u003c/video\u003e\n\n### Stack 1\n\n\u003cimg src=\"assets/screenshots/Screenshot2025-02-02at09.52.09.png\" width=\"300\" height=\"500\"\u003e\n\n### Stack 2\n\n\u003cimg src=\"assets/screenshots/Screenshot2025-02-02at09.52.37.png\" width=\"300\" height=\"500\"\u003e\n\n### Stack 3\n\n\u003cimg src=\"assets/screenshots/Screenshot2025-02-02at09.52.53.png\" width=\"300\" height=\"500\"\u003e\n\n## 📲 APK Download\n\nYou can download the APK file for the app from the following location:\n\n[Download the app-release.apk](apk/app-release.apk)\n\n### Installation Instructions:\n\n1. Download the APK file using the link above.\n2. Transfer the `.apk` file to your Android device.\n3. On your device, go to **Settings** \u003e **Security** and enable **Install from Unknown Sources**.\n4. Open the APK file on your device to install the app.\n\n## Dependencies\n\nThe project uses the following dependencies:\n\n- **flutter:** SDK for building UI applications\n- **cupertino_icons:** iOS-style icons\n- **dio:** HTTP client for API requests\n- **provider:** State management solution\n- **lottie:** Animated assets\n- **fluttertoast:** Toast notifications\n- **sleek_circular_slider:** Circular slider for UI\n\n## Getting Started\n\n### Prerequisites\n\nEnsure you have Flutter installed. You can check by running:\n\n```sh\nflutter --version\n```\n\n### Installation\n\n1. Clone the repository:\n   ```sh\n   git clone \u003crepo_url\u003e\n   ```\n2. Navigate to the project directory:\n   ```sh\n   cd cred-stack\n   ```\n3. Install dependencies:\n   ```sh\n   flutter pub get\n   ```\n\n### Running the Project\n\nTo run the application, execute:\n\n```sh\nflutter run\n```\n\n## Features\n\n- Follows MVC architecture for clean code organization\n- Uses Dio for efficient API handling\n- Includes Provider for state management\n- Supports animated assets with Lottie\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasmitranjansinha%2Fcred-stack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fasmitranjansinha%2Fcred-stack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasmitranjansinha%2Fcred-stack/lists"}