{"id":32285280,"url":"https://github.com/codebysubin/hover_zoom_image","last_synced_at":"2026-02-22T18:01:54.382Z","repository":{"id":283720086,"uuid":"952708179","full_name":"CodeBySubin/hover_zoom_image","owner":"CodeBySubin","description":"A Flutter package that enables smooth image zoom effects on hover. Ideal for showcasing high-resolution images with an interactive zoom feature, perfect for web applications and galleries.","archived":false,"fork":false,"pushed_at":"2025-03-22T15:10:35.000Z","size":21780,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-23T01:45:44.544Z","etag":null,"topics":["animations","flutter","flutter-animation","flutter-package","flutter-web","flutter-widget","hover-effects","hover-zoom","image-zoom","mouse-hover"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/hover_zoom_image","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CodeBySubin.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":"2025-03-21T18:32:10.000Z","updated_at":"2025-03-27T19:25:37.000Z","dependencies_parsed_at":"2025-03-21T19:50:35.382Z","dependency_job_id":null,"html_url":"https://github.com/CodeBySubin/hover_zoom_image","commit_stats":null,"previous_names":["codebysubin/hover_zoom_image"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CodeBySubin/hover_zoom_image","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeBySubin%2Fhover_zoom_image","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeBySubin%2Fhover_zoom_image/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeBySubin%2Fhover_zoom_image/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeBySubin%2Fhover_zoom_image/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CodeBySubin","download_url":"https://codeload.github.com/CodeBySubin/hover_zoom_image/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeBySubin%2Fhover_zoom_image/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29721054,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-22T15:10:41.462Z","status":"ssl_error","status_checked_at":"2026-02-22T15:10:04.636Z","response_time":110,"last_error":"SSL_read: 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":["animations","flutter","flutter-animation","flutter-package","flutter-web","flutter-widget","hover-effects","hover-zoom","image-zoom","mouse-hover"],"created_at":"2025-10-23T01:45:39.830Z","updated_at":"2026-02-22T18:01:54.360Z","avatar_url":"https://github.com/CodeBySubin.png","language":"C++","readme":"# hover_zoom_image\n\n[![pub package](https://img.shields.io/pub/v/animated_mouse_cursor.svg)](https://pub.dartlang.org/packages/animated_mouse_cursor)\n[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)\n\nA Flutter package that enables smooth image zoom effects on hover. Ideal for showcasing high-resolution images with an interactive zoom feature, perfect for web applications and galleries.\n\n### Demo\n\n\u003cimg src=\"https://raw.githubusercontent.com/CodeBySubin/hover_zoom_image/master/example/demo/demo.gif\" \n     alt=\"Hover Zoom Image Demo\" \n     height=\"400px\" \n     style=\"display: block; margin: auto;\"\u003e\n\n## Installation\n\nAdd this to your `pubspec.yaml` file:\n\n```yaml\ndependencies:\n  hover_zoom_image: \u003clatest-version\u003e\n```\n\nor\n\n```shell\nflutter pub add hover_zoom_image\n```\n\n## Implementation\n\nImport the package in your Dart file:\n\n```yaml\nimport 'package:hover_zoom_image/hover_zoom_image.dart';\n```\n\n## Usage\n\nThe HoverZoomImage widget allows you to add a smooth zoom effect on images when hovering. You can wrap this widget in MaterialApp or use it within a single Widget.\n\n```dart\nMaterialApp(\n      debugShowCheckedModeBanner: false,\n      title: 'Hover Zoom Image',\n      theme: ThemeData(\n        colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepPurple),\n      ),\n      home: Center(\n        child: HoverZoomImage(\n          imageProvider: const AssetImage('assets/images/sample.jpg'),\n          width: 550,\n          height: 700,\n          zoomScale: 2.5,\n          animationDuration: Duration(milliseconds: 150),\n        ),\n      ),\n    );\n\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodebysubin%2Fhover_zoom_image","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodebysubin%2Fhover_zoom_image","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodebysubin%2Fhover_zoom_image/lists"}