{"id":32273230,"url":"https://github.com/adobix/ind_utils","last_synced_at":"2026-02-22T01:10:24.747Z","repository":{"id":246862235,"uuid":"824456900","full_name":"adobix/ind_utils","owner":"adobix","description":"A command-line tool that simplifies the task of creating files and creating assets images .","archived":false,"fork":false,"pushed_at":"2025-02-14T05:16:27.000Z","size":6770,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-22T23:25:22.249Z","etag":null,"topics":["filegenerator","folder-structure","foldergenerator","log","logger","print","size","sizes"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/ind_utils","language":"Dart","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/adobix.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}},"created_at":"2024-07-05T07:13:48.000Z","updated_at":"2025-09-29T04:18:04.000Z","dependencies_parsed_at":"2025-01-17T06:17:41.021Z","dependency_job_id":"8517c036-c1b6-4abb-b7e2-75b442e8c793","html_url":"https://github.com/adobix/ind_utils","commit_stats":null,"previous_names":["adobix/ind_utils","ansaralisah/ind_utils"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/adobix/ind_utils","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adobix%2Find_utils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adobix%2Find_utils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adobix%2Find_utils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adobix%2Find_utils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adobix","download_url":"https://codeload.github.com/adobix/ind_utils/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adobix%2Find_utils/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29702115,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T23:35:04.139Z","status":"ssl_error","status_checked_at":"2026-02-21T23:35:03.832Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["filegenerator","folder-structure","foldergenerator","log","logger","print","size","sizes"],"created_at":"2025-10-22T23:17:53.217Z","updated_at":"2026-02-22T01:10:24.739Z","avatar_url":"https://github.com/adobix.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\r\n  \u003ch1 align=\"center\" style=\"font-size: 50px;\"\u003e🍃 Ind Utils 🍃\u003c/h1\u003e\r\n  \u003cp align=\"center\"\u003eA command-line tool that simplifies the task of creating files and creating assets images .\u003c/p\u003e\r\n\u003c/div\u003e   \r\n\r\n# ind_utils\r\n\r\nind_utils package use this package for Ind_utils package to simplify use for SizedBox, beautiful Log,\r\ncreating screens , styles , write assets images file\r\ncode.`\r\n\r\n### Platform Support\r\n\r\n| Android | iOS | macOS | Web | Linux | Windows |\r\n|:-------:|:---:|:-----:|:---:|:-----:|:-------:|\r\n|    ✅    |  ✅  |   ✅   |  ✅  |   ✅   |    ✅    |\r\n\r\n## Installation\r\n\r\n```yaml\r\ndependencies:\r\n  ind_utils: ^2.0.13\r\n```\r\n\r\n## Run the generator\r\n\r\n- when u will run this cmd you will get\r\n- Here Below 👇👇👇 - First Go that directory where you wanna Create Screen, Controller, Widget .\r\n- To execute the following command:\r\n\r\n```\r\ndart pub run ind_utils:screen\r\n```\r\n\r\n```\r\n     ├─ screen/\r\n         └─ profile_screen.dart\r\n     ├─ controller/\r\n         └─ profile_controller.dart     \r\n     ├─ repository/\r\n         └─ profile_repository.dart       \r\n         └─ profile_repository_interface.dart   \r\n     ├─ widget\r\n          └─ widget_name.dart\r\n     ├─ model\r\n         \r\n```\r\n\r\n## Run the generator:\r\n\r\n- Assets file and Put images in class\r\n- Here 👇👇👇\r\n\r\n1. Make sure Stay in Project Directory\r\n2. Go that directory where you wanna Create.\r\n\r\n- To execute the following command:\r\n\r\n```\r\ndart pub run ind_utils:assets\r\nafter it will be ask question like this \r\nWhere your wanna create this file: example - lib/src/styles/\r\n```\r\n\r\n## Run the generator:\r\n\r\n- Styling Code Like App color , EdgeInsets\r\n- Here 👇👇👇 - First Go that directory where you wanna Create This.\r\n- To execute the following command:\r\n\r\n```\r\ndart pub run ind_utils:style\r\n```\r\n\r\n## Print Type\r\n\r\nJust use Like This: You can Print with different Icon just change end type :\r\n\r\n```\r\nprintLog(\"Method :\", \"POST\").method;// \"⚙️ Method : Get\";\r\nOR\r\nPrintLogger.success(message);\r\n```\r\n\r\n![Image Description](https://raw.githubusercontent.com/adobix/ind_utils/refs/heads/main/assets/img_1.png)\r\n\r\n```\r\nprintLog(\"Api URL:\", url).link;//\"🔗 Api URL : --\u003e your url\"\r\nOR\r\nPrintLogger.error(message);\r\n```\r\n\r\n![Image Description](https://raw.githubusercontent.com/adobix/ind_utils/refs/heads/main/assets/img_2.png)\r\n\r\n```\r\nprintLog(\"Header :\", header).header; //\"📝 Header : --\u003e your header\"\r\nOR\r\nPrintLogger.warning(message);\r\n```\r\n\r\n![Image Description](https://raw.githubusercontent.com/adobix/ind_utils/refs/heads/main/assets/img_3.png)\r\n\r\n```\r\nprintLog(\"Response Success: \", response).success; // \"✅ Response Success: --\u003e your response\"\r\nOR\r\nPrintLogger.denied(message);\r\n```\r\n\r\n![Image Description](https://raw.githubusercontent.com/adobix/ind_utils/refs/heads/main/assets/img_4.png)\r\n\r\n```\r\nprintLog(\"Request Data: \", request).info; // \"ℹ️ Request Data:: --\u003e your Request\"\r\n```\r\n\r\n![Image Description](https://raw.githubusercontent.com/adobix/ind_utils/refs/heads/main/assets/img_5.png)\r\n\r\n## Next Goals\r\n\r\n- [x] We will Explore More Utils\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadobix%2Find_utils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadobix%2Find_utils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadobix%2Find_utils/lists"}