{"id":18140728,"url":"https://github.com/odd-io/panorama_image","last_synced_at":"2025-08-12T06:47:57.264Z","repository":{"id":259959261,"uuid":"879754566","full_name":"odd-io/panorama_image","owner":"odd-io","description":"Flutter widget to display equirectangular projection panoramas with basic pan and zoom functionality.","archived":false,"fork":false,"pushed_at":"2024-10-28T19:48:12.000Z","size":277,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-04-06T17:36:18.638Z","etag":null,"topics":["360","flutter","panorama"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/panorama_image","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/odd-io.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":"2024-10-28T13:47:57.000Z","updated_at":"2024-10-28T19:48:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"99b6b30c-a71e-4543-a848-dbc43878f77a","html_url":"https://github.com/odd-io/panorama_image","commit_stats":null,"previous_names":["odd-io/panorama_image"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/odd-io/panorama_image","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/odd-io%2Fpanorama_image","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/odd-io%2Fpanorama_image/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/odd-io%2Fpanorama_image/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/odd-io%2Fpanorama_image/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/odd-io","download_url":"https://codeload.github.com/odd-io/panorama_image/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/odd-io%2Fpanorama_image/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270016773,"owners_count":24512964,"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-08-12T02:00:09.011Z","response_time":80,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":["360","flutter","panorama"],"created_at":"2024-11-01T16:05:09.966Z","updated_at":"2025-08-12T06:47:57.223Z","avatar_url":"https://github.com/odd-io.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Panorama Image 🖼️\n\nA Flutter widget for displaying and interacting with 360° panoramic images using equirectangular projection.\n\nAvailable for all platforms supported by Flutter.\n\n## Features ✨\n\n- Display 360° panoramic images with proper spherical projection\n- Smooth pan and zoom interactions\n- Mouse and touch support\n\n## Installation 📦\n\nAdd this to your package's `pubspec.yaml` file:\n\n```yaml\ndependencies:\n  panorama_image: ^0.0.1\n```\n\n## Usage 💡\n\nSee the [example app](example/lib/main.dart) for a complete example.\n\n### Basic Example\n\n```dart\nimport 'package:panorama_image/panorama_image.dart';\n\nPanoramaViewer(\n  image: AssetImage('assets/panorama.jpg'),\n  initialFOV: 90.0,\n  onViewChanged: (details) {\n    print('Longitude: ${details.longitude}');\n    print('Latitude: ${details.latitude}');\n    print('FOV: ${details.fov}');\n  },\n)\n```\n\n## 📄 License\n\nThis project is licensed under the MIT License - see the [LICENSE](/LICENSE) file for details.\n\n---\n\nMade with ❤️ by [odd.io](https://odd.io/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fodd-io%2Fpanorama_image","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fodd-io%2Fpanorama_image","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fodd-io%2Fpanorama_image/lists"}