{"id":31038952,"url":"https://github.com/softengmuhammadali/flutter_common_utilities","last_synced_at":"2025-09-14T07:42:51.229Z","repository":{"id":248916140,"uuid":"829466178","full_name":"SoftEngMuhammadAli/flutter_common_utilities","owner":"SoftEngMuhammadAli","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-22T06:19:35.000Z","size":357,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-13T19:49:32.643Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","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/SoftEngMuhammadAli.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null}},"created_at":"2024-07-16T13:36:13.000Z","updated_at":"2025-03-22T06:19:38.000Z","dependencies_parsed_at":"2024-08-02T14:55:56.132Z","dependency_job_id":"54c0b4d0-0573-4085-8080-f8d65dcccd51","html_url":"https://github.com/SoftEngMuhammadAli/flutter_common_utilities","commit_stats":null,"previous_names":["softengaliijaz/flutter_common_utilities","softengmuhammadali/flutter_common_utilities"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SoftEngMuhammadAli/flutter_common_utilities","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SoftEngMuhammadAli%2Fflutter_common_utilities","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SoftEngMuhammadAli%2Fflutter_common_utilities/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SoftEngMuhammadAli%2Fflutter_common_utilities/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SoftEngMuhammadAli%2Fflutter_common_utilities/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SoftEngMuhammadAli","download_url":"https://codeload.github.com/SoftEngMuhammadAli/flutter_common_utilities/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SoftEngMuhammadAli%2Fflutter_common_utilities/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275076535,"owners_count":25401314,"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-09-14T02:00:10.474Z","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":[],"created_at":"2025-09-14T07:42:50.010Z","updated_at":"2025-09-14T07:42:51.211Z","avatar_url":"https://github.com/SoftEngMuhammadAli.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flutter Common Utilities\n\n*A powerful Flutter utility package for building responsive and adaptive UI layouts effortlessly.*\n\n## 🚀 Features\n\n- **Responsive Utilities** – Easily adapt UI to various screen sizes and orientations.\n- **Customizable Breakpoints** – Define screen size breakpoints for mobile, tablet, and desktop views.\n- **Animated Transitions** – Smooth layout transitions with built-in animations.\n- **`FlutterCommonStepper`** – A stepper widget to guide users through step-based workflows.\n- **`ResponsiveGridView`** – A flexible grid layout that adjusts column count dynamically based on screen size.\n\n## 📦 Installation\n\nAdd `flutter_common_utilities` to your `pubspec.yaml`:\n\n```yaml\ndependencies:\n  flutter_common_utilities: ^latest_version\n```\n\nThen, run:\n\n```sh\nflutter pub get\n```\n\n## 🛠 Usage\n\n### 🏗 ResponsiveUtil\n\n`ResponsiveUtil` helps you create adaptive layouts that adjust based on the screen size.\n\n```dart\nResponsiveUtil(\n  mobile: MobileView(),\n  tablet: TabletView(),\n  desktop: DesktopView(),\n)\n```\n\n### 🔄 FlutterCommonStepper\n\nUse `FlutterCommonStepper` for intuitive step-by-step navigation.\n\n```dart\nFlutterCommonStepper(\n  currentStep: 2,\n  totalSteps: 5,\n  onStepChange: (step) =\u003e print(\"Step: \\$step\"),\n)\n```\n\n### 📐 ResponsiveGridView\n\nCreate a dynamic grid that adapts to different screen sizes.\n\n```dart\nResponsiveGridView(\n  itemCount: 10,\n  builder: (context, index) =\u003e GridItem(index),\n)\n```\n\n## 🎯 Example\n\nExplore the example project to see these widgets in action:\n\n```sh\ncd example\nflutter run\n```\n\n## 📚 Additional Resources\n\n- [GitHub Repository](https://github.com/SoftEngAliijaz/flutter_common_utilities)\n- [Report Issues](https://github.com/SoftEngAliijaz/flutter_common_utilities/issues)\n- [Contribute to Development](https://github.com/SoftEngAliijaz/flutter_common_utilities)\n\n---\n\n📢 **Stay up to date** – Star the repo and follow updates for the latest improvements! 🚀","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoftengmuhammadali%2Fflutter_common_utilities","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsoftengmuhammadali%2Fflutter_common_utilities","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoftengmuhammadali%2Fflutter_common_utilities/lists"}