{"id":18910119,"url":"https://github.com/cretezy/imgix.dart","last_synced_at":"2025-04-15T06:31:13.873Z","repository":{"id":56832905,"uuid":"161280139","full_name":"Cretezy/imgix.dart","owner":"Cretezy","description":"An Imgix library for Dart. Generate Imgix URLs with options easily","archived":false,"fork":false,"pushed_at":"2023-05-15T23:36:20.000Z","size":15,"stargazers_count":4,"open_issues_count":2,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-28T17:11:54.602Z","etag":null,"topics":["dart","imgix"],"latest_commit_sha":null,"homepage":"https://pub.dartlang.org/packages/imgix","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/Cretezy.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":"2018-12-11T05:08:00.000Z","updated_at":"2023-05-17T09:05:30.000Z","dependencies_parsed_at":"2024-11-08T09:41:38.661Z","dependency_job_id":"3612058b-af2a-498e-baff-3205473fe9eb","html_url":"https://github.com/Cretezy/imgix.dart","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cretezy%2Fimgix.dart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cretezy%2Fimgix.dart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cretezy%2Fimgix.dart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cretezy%2Fimgix.dart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Cretezy","download_url":"https://codeload.github.com/Cretezy/imgix.dart/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249020777,"owners_count":21199616,"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","imgix"],"created_at":"2024-11-08T09:41:13.569Z","updated_at":"2025-04-15T06:31:13.586Z","avatar_url":"https://github.com/Cretezy.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Imgix Dart\n\nAn [Imgix](https://imgix.com) library for Dart. Generate Imgix URLs with options easily\n\nFor use in Flutter, check out [`imgix_flutter`](https://pub.dartlang.org/packages/imgix_flutter)\n\n## Install\n\nAdd this to your package's `pubspec.yaml` file:\n\n```yaml\ndependencies:\n  imgix: ^0.3.0\n```\n\n## Usage\n\n[API Docs](https://pub.dartlang.org/documentation/imgix/latest)\n\n```dart\nimport 'package:imgix/imgix.dart';\n\nmain() {\n  final url = getImgixUrl(\n    \"https://test.imgix.net/test.png\",\n    ImgixOptions(\n      width: 100,\n      height: 200,\n      format: ImgixFormat.jpg,\n      quality: 75,\n      auto: [ImgixAuto.compress],\n    ),\n  );\n\n  print(url);\n  // https://test.imgix.net/test.png?fm=jpg\u0026h=200\u0026w=100\u0026auto=compress\u0026q=75\n}\n```\n\n## Features and bugs\n\nSome options are missing. They will be added on request, or open a pull request!\n\nPlease file feature requests and bugs at the [issue tracker](https://github.com/Cretezy/imgix.dart).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcretezy%2Fimgix.dart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcretezy%2Fimgix.dart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcretezy%2Fimgix.dart/lists"}