{"id":18910126,"url":"https://github.com/cretezy/imgix_flutter.dart","last_synced_at":"2026-05-16T18:37:55.058Z","repository":{"id":56832926,"uuid":"161281933","full_name":"Cretezy/imgix_flutter.dart","owner":"Cretezy","description":"An Imgix Flutter wrapper to embed Imgix URLs with options easily","archived":false,"fork":false,"pushed_at":"2023-05-15T23:47:32.000Z","size":264,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-01T03:16:51.008Z","etag":null,"topics":["flutter","imgix"],"latest_commit_sha":null,"homepage":"https://pub.dartlang.org/packages/imgix_flutter","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/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:30:03.000Z","updated_at":"2023-05-15T23:47:31.000Z","dependencies_parsed_at":"2024-11-08T19:32:19.491Z","dependency_job_id":null,"html_url":"https://github.com/Cretezy/imgix_flutter.dart","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/Cretezy/imgix_flutter.dart","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cretezy%2Fimgix_flutter.dart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cretezy%2Fimgix_flutter.dart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cretezy%2Fimgix_flutter.dart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cretezy%2Fimgix_flutter.dart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Cretezy","download_url":"https://codeload.github.com/Cretezy/imgix_flutter.dart/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cretezy%2Fimgix_flutter.dart/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266405405,"owners_count":23923536,"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-07-21T11:47:31.412Z","response_time":64,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":["flutter","imgix"],"created_at":"2024-11-08T09:41:15.113Z","updated_at":"2026-05-16T18:37:55.027Z","avatar_url":"https://github.com/Cretezy.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Imgix Flutter\n\nAn [Imgix](https://imgix.com) Flutter wrapper to embed Imgix URLs with options easily. Uses [`imgix`](https://pub.dartlang.org/packages/imgix).\n\n## Install\n\nAdd this to your package's `pubspec.yaml` file:\n\n```yaml\ndependencies:\n  imgix_flutter: ^0.3.0\n```\n\n## Usage\n\n[API Docs](https://pub.dartlang.org/documentation/imgix_flutter/latest)\n\n```dart\nimport 'package:imgix_flutter/imgix_flutter.dart';\nimport 'package:imgix/imgix.dart';\nimport 'package:flutter/material.dart';\n\nmain() {\n  final url = \"https://assets.imgix.net/examples/treefrog.jpg\";\n  final options = ImgixOptions(\n    width: 300,\n    height: 400,\n    format: ImgixFormat.jpg,\n    quality: 85,\n    auto: [ImgixAuto.compress],\n  );\n\n  runApp(MaterialApp(\n    home: Scaffold(\n      body: Center(\n        child: ImgixImage(\n          url,\n          options: options,\n        ),\n      ),\n    ),\n  ));\n}\n```\n\n## Features and bugs\n\n\u003e Some options are missing, please report them to [`imgix`'s issue tracker](https://github.com/Cretezy/imgix.dart).\n\nPlease file feature requests and bugs at the [issue tracker](https://github.com/Cretezy/imgix_flutter.dart).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcretezy%2Fimgix_flutter.dart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcretezy%2Fimgix_flutter.dart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcretezy%2Fimgix_flutter.dart/lists"}