{"id":32296994,"url":"https://github.com/venhdev/flutter_codekit","last_synced_at":"2026-02-22T01:37:59.107Z","repository":{"id":298110762,"uuid":"998773612","full_name":"venhdev/flutter_codekit","owner":"venhdev","description":"flutter_codekit","archived":false,"fork":false,"pushed_at":"2025-06-16T20:50:46.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-16T21:41:54.870Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/venhdev.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":"2025-06-09T08:21:00.000Z","updated_at":"2025-06-16T20:50:49.000Z","dependencies_parsed_at":"2025-06-09T13:44:40.395Z","dependency_job_id":"26dfc2c0-6394-49e7-894b-6d7f1b0ec6d7","html_url":"https://github.com/venhdev/flutter_codekit","commit_stats":null,"previous_names":["venhdev/flutter_codekit"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/venhdev/flutter_codekit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/venhdev%2Fflutter_codekit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/venhdev%2Fflutter_codekit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/venhdev%2Fflutter_codekit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/venhdev%2Fflutter_codekit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/venhdev","download_url":"https://codeload.github.com/venhdev/flutter_codekit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/venhdev%2Fflutter_codekit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29703227,"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":[],"created_at":"2025-10-23T04:36:50.991Z","updated_at":"2026-02-22T01:37:59.102Z","avatar_url":"https://github.com/venhdev.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"A collection of essential utilities and extensions for Flutter and Dart development, designed to streamline common tasks and enhance productivity.\n\n## Features\n\n- **`indentJson` function**: Formats JSON data with a specified indent.\n- **`stringify` function**: Converts various data types to their string representations, handling JSON serialization for Maps and Iterables.\n\n## Getting started\n\nTo use `codekit`, add it to your `pubspec.yaml` file:\n\n```yaml\ndependencies:\n  codekit: ^0.0.5 # Or the latest version\n```\n\nThen, run `flutter pub get` or `dart pub get`.\n\n## Usage\n\n### `indentJson` and `stringify` functions\n\n```dart\nimport 'package:codekit/codekit.dart';\n\nvoid main() {\n  // Example of indentJson\n  final Map\u003cString, dynamic\u003e data = {\n    'name': 'Codekit',\n    'version': '1.0.0',\n    'features': ['indentJson', 'stringify'],\n    'nested': {\n      'key': 'value'\n    }\n  };\n  print('Indented JSON:');\n  print(indentJson(data));\n\n  // Example of indentJson with maxFieldLength\n  print('\\nIndented JSON with maxFieldLength:');\n  print(indentJson(data, maxFieldLength: 20));\n\n  // Example of stringify\n  print('\\nStringify a function:');\n  print(stringify(() =\u003e 'This is from a function'));\n\n  print('\\nStringify a list:');\n  print(stringify([1, 2, 3]));\n\n  print('\\nStringify a string:');\n  print(stringify('Hello Codekit!'));\n\n  print('\\nStringify null:');\n  print(stringify(null));\n}\n```\n\nFor more examples, see the `example` folder and `lib/src/codekit_example_new.dart`.\n\n## Additional information\n\nFeel free to contribute to this package by submitting issues or pull requests on GitHub. Your feedback and contributions are highly appreciated!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvenhdev%2Fflutter_codekit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvenhdev%2Fflutter_codekit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvenhdev%2Fflutter_codekit/lists"}