{"id":13789891,"url":"https://github.com/fluttercommunity/flutter_blurhash","last_synced_at":"2025-04-08T09:10:23.622Z","repository":{"id":37400978,"uuid":"242200572","full_name":"fluttercommunity/flutter_blurhash","owner":"fluttercommunity","description":"Compact representation of a placeholder for an image. Encode a blurry image under 30 caracters for instant display like used by Medium. Maintainer: @Solido","archived":false,"fork":false,"pushed_at":"2023-11-18T14:14:44.000Z","size":424,"stargazers_count":540,"open_issues_count":14,"forks_count":68,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-04-01T08:30:43.753Z","etag":null,"topics":["blurhash","dartlang","flutter"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/flutter_blurhash","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/fluttercommunity.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":"2020-02-21T18:02:50.000Z","updated_at":"2025-03-27T06:43:58.000Z","dependencies_parsed_at":"2024-06-18T15:22:26.290Z","dependency_job_id":"315d9880-e4ff-4e2a-bfc2-690e7750ebcf","html_url":"https://github.com/fluttercommunity/flutter_blurhash","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluttercommunity%2Fflutter_blurhash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluttercommunity%2Fflutter_blurhash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluttercommunity%2Fflutter_blurhash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluttercommunity%2Fflutter_blurhash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fluttercommunity","download_url":"https://codeload.github.com/fluttercommunity/flutter_blurhash/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247809964,"owners_count":20999816,"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":["blurhash","dartlang","flutter"],"created_at":"2024-08-03T22:00:34.206Z","updated_at":"2025-04-08T09:10:23.596Z","avatar_url":"https://github.com/fluttercommunity.png","language":"Dart","readme":"[![Flutter Community: flutter_blurhash](https://fluttercommunity.dev/_github/header/flutter_blurhash)](https://github.com/fluttercommunity/community)\n\n[![pub package](https://img.shields.io/pub/v/flutter_blurhash.svg)](https://pub.dev/packages/flutter_blurhash)\n[![Twitter](https://img.shields.io/twitter/url/https/twitter.com/cloudposse.svg?style=social\u0026label=%20%40BlueAquilae)](https://twitter.com/blueaquilae)\n# Flutter BlurHash\n\nCompact representation of a placeholder for an image.\n\n\n## Generation\n\n\u003cimg width=\"1211\" alt=\"Capture d’écran 2020-02-21 à 19 11 56\" src=\"https://user-images.githubusercontent.com/1295961/75059847-129d6800-54de-11ea-8832-d19ea58eb7eb.png\"\u003e\n\nYou can use https://blurha.sh/ for testing or use any official api on your server side.\n\n\n## Flutter Code\n\nConstrain your widget render area and let BlurHash fill the pixels.\n\n```dart\nclass BlurHashApp extends StatelessWidget {\n  const BlurHashApp({Key? key}) : super(key: key);\n\n  @override\n  Widget build(BuildContext context) =\u003e MaterialApp(\n    home: Scaffold(\n      appBar: AppBar(title: const Text(\"BlurHash\")),\n      body: const SizedBox.expand(\n        child: Center(\n          child: AspectRatio(\n            aspectRatio: 1.6,\n            child: BlurHash(hash: \"L5H2EC=PM+yV0g-mq.wG9c010J}I\"),\n          ),\n        ),\n      ),\n    ),\n  );\n}\n```\n\n\n","funding_links":[],"categories":["Packages","Components","Dart"],"sub_categories":["UI"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluttercommunity%2Fflutter_blurhash","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffluttercommunity%2Fflutter_blurhash","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluttercommunity%2Fflutter_blurhash/lists"}