{"id":21723161,"url":"https://github.com/theiskaa/opacity_button","last_synced_at":"2026-04-14T15:32:07.265Z","repository":{"id":163497933,"uuid":"355648991","full_name":"theiskaa/opacity_button","owner":"theiskaa","description":"Opacity Button which make able to convert any widget to button with opacity animation.","archived":false,"fork":false,"pushed_at":"2021-04-15T17:04:52.000Z","size":7762,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-11T13:58:57.333Z","etag":null,"topics":["flutter","flutter-button","flutter-package"],"latest_commit_sha":null,"homepage":"","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/theiskaa.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":"2021-04-07T18:43:41.000Z","updated_at":"2023-05-10T16:16:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"cc06938c-ba68-4c38-8636-015f906f8666","html_url":"https://github.com/theiskaa/opacity_button","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/theiskaa/opacity_button","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theiskaa%2Fopacity_button","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theiskaa%2Fopacity_button/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theiskaa%2Fopacity_button/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theiskaa%2Fopacity_button/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/theiskaa","download_url":"https://codeload.github.com/theiskaa/opacity_button/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theiskaa%2Fopacity_button/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31803236,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T11:13:53.975Z","status":"ssl_error","status_checked_at":"2026-04-14T11:13:53.299Z","response_time":153,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["flutter","flutter-button","flutter-package"],"created_at":"2024-11-26T02:37:27.396Z","updated_at":"2026-04-14T15:32:07.261Z","avatar_url":"https://github.com/theiskaa.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Opacity Button \n\n[![Package Version](https://img.shields.io/pub/v/opacity_button?color=red)](https://github.com/lomsa-dev/http-mock-adapter \"Published package version\")\n[![LICENSE](https://img.shields.io/badge/License-MIT-red.svg)](https://github.com/lomsa-dev/http-mock-adapter#License \"Project's LICENSE section\")\n\n---\n## Installing\n\n### Depend on it\n\nAdd this to your package's `pubspec.yaml` file:\n\n```yaml\ndependencies:\n  opacity_button:\n    git:\n      url: git://github.com/theiskaa/opacity_button.git \n      ref: main\n```\n\n### Install it\n\nYou can install packages from the command line:\n\n```sh\n$ flutter pub get\n...\n```\n### Import it\n\nNow in your Dart code, you can use:\n\n```dart\nimport 'package:opacity_button/opacity_button.dart';\n```\n---\n## Usage \n\u003cimg src=\"https://raw.githubusercontent.com/theiskaa/opacity_button/main/example/overview/overview.gif\" align = \"right\" height = \"200px\"\u003e\n\n```dart\nOpacityButton(\n  // Required to take a widget.\n  child: Image.network(\"https://picsum.photos/200/300\"),\n\n  onLongPress: () {\n    // Do something...\n  }\n\n  // Customize the degree of opacity when the button is pressed.\n  opacityValue: .3,\n\n  // Always include semantics of opacity.\n  alwaysIncludeSemantics: false,\n),\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheiskaa%2Fopacity_button","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheiskaa%2Fopacity_button","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheiskaa%2Fopacity_button/lists"}