{"id":5803654,"name":"subosito/flutter-action","ecosystem":"actions","description":"Setup your runner with Flutter environment","homepage":"","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/subosito/flutter-action","keywords_array":["actions","dart","flutter","github-actions"],"namespace":"subosito","versions_count":48,"first_release_published_at":"2019-08-13T22:51:31.000Z","latest_release_published_at":"2026-03-25T10:24:42.000Z","latest_release_number":"v2.23.0","last_synced_at":"2026-09-24T16:33:38.260Z","created_at":"2023-01-04T14:37:48.923Z","updated_at":"2026-09-24T16:33:38.261Z","registry_url":"https://github.com/subosito/flutter-action","install_command":null,"documentation_url":null,"metadata":{"name":"Set up Flutter","description":"Setup your runner with Flutter environment","author":"Alif Rachmawadi","branding":{"icon":"maximize","color":"blue"},"inputs":{"channel":{"description":"The Flutter build release channel","required":false,"default":"stable"},"flutter-version":{"description":"The Flutter version to make available on the path","required":false,"default":""},"flutter-version-file":{"description":"The pubspec.yaml or FVM config file with exact Flutter version defined","required":false,"default":""},"architecture":{"description":"The architecture of Flutter SDK executable (x64 or arm64)","required":false,"default":"${{ runner.arch }}"},"cache":{"description":"Cache the Flutter SDK","required":false,"default":"false"},"cache-key":{"description":"Identifier for the Flutter SDK cache","required":false,"default":""},"cache-path":{"description":"Flutter SDK cache path","required":false,"default":""},"pub-cache":{"description":"Cache the Dart pub dependencies","required":false,"default":""},"pub-cache-key":{"description":"Identifier for the Dart .pub-cache cache","required":false,"default":""},"pub-cache-path":{"description":"Flutter pub cache path","required":false,"default":"default"},"dry-run":{"description":"If true, get outputs but do not install Flutter","required":false,"default":"false"},"git-source":{"description":"Git clone source","required":false,"default":"https://github.com/flutter/flutter.git"}},"outputs":{"CHANNEL":{"value":"${{ steps.flutter-action.outputs.CHANNEL }}","description":"The selected Flutter release channel"},"VERSION":{"value":"${{ steps.flutter-action.outputs.VERSION }}","description":"The selected Flutter version"},"ARCHITECTURE":{"value":"${{ steps.flutter-action.outputs.ARCHITECTURE }}","description":"The selected Flutter CPU architecture"},"CACHE-KEY":{"value":"${{ steps.flutter-action.outputs.CACHE-KEY }}","description":"Key used to cache the Flutter SDK"},"CACHE-PATH":{"value":"${{ steps.flutter-action.outputs.CACHE-PATH }}","description":"Path to Flutter SDK"},"PUB-CACHE-KEY":{"value":"${{ steps.flutter-action.outputs.PUB-CACHE-KEY }}","description":"Key used to cache the pub dependencies"},"PUB-CACHE-PATH":{"value":"${{ steps.flutter-action.outputs.PUB-CACHE-PATH }}","description":"Path to pub cache"},"GIT_SOURCE":{"value":"${{ steps.flutter-action.outputs.GIT_SOURCE }}","description":"Git source of Flutter SDK repository to clone"},"CACHE-HIT":{"value":"${{ steps.cache-flutter.outputs.cache-hit }}","description":"`true` if the flutter cache was a hit"},"PUB-CACHE-HIT":{"value":"${{ steps.cache-pub.outputs.cache-hit }}","description":"`true` if the pub cache was a hit"}},"runs":{"using":"composite","steps":[{"name":"Make yq tool available on Windows runners","if":"runner.os == 'Windows' \u0026\u0026 inputs.flutter-version-file != '' \u0026\u0026 !endsWith(inputs.flutter-version-file, '.fvmrc') \u0026\u0026 !endsWith(inputs.flutter-version-file, 'fvm_config.json')","run":"choco install yq","shell":"bash"},{"name":"Make setup script executable","run":"chmod +x \"$GITHUB_ACTION_PATH/setup.sh\"","shell":"bash"},{"name":"Set action inputs","id":"flutter-action","shell":"bash","run":"$GITHUB_ACTION_PATH/setup.sh -p \\\n  -n '${{ inputs.flutter-version }}' \\\n  -f '${{ inputs.flutter-version-file }}' \\\n  -a '${{ inputs.architecture }}' \\\n  -k '${{ inputs.cache-key }}' \\\n  -c '${{ inputs.cache-path }}' \\\n  -l '${{ inputs.pub-cache-key }}' \\\n  -d '${{ inputs.pub-cache-path }}' \\\n  -g '${{ inputs.git-source }}' \\\n  ${{ inputs.channel }}\n"},{"name":"Cache Flutter","id":"cache-flutter","uses":"actions/cache@v5","if":"${{ inputs.cache == 'true' }}","with":{"path":"${{ steps.flutter-action.outputs.CACHE-PATH }}","key":"${{ steps.flutter-action.outputs.CACHE-KEY }}"}},{"name":"Cache pub dependencies","uses":"actions/cache@v5","id":"cache-pub","if":"${{ (inputs.pub-cache == '' \u0026\u0026 inputs.cache == 'true') || inputs.pub-cache == 'true' }}","with":{"path":"${{ steps.flutter-action.outputs.PUB-CACHE-PATH }}","key":"${{ steps.flutter-action.outputs.PUB-CACHE-KEY }}-${{ hashFiles('**/pubspec.lock') }}"}},{"name":"Run setup script","shell":"bash","if":"${{ inputs.dry-run != 'true' \u0026\u0026 inputs.dry-run != true }}","run":"$GITHUB_ACTION_PATH/setup.sh \\\n  -n '${{ steps.flutter-action.outputs.VERSION }}' \\\n  -a '${{ steps.flutter-action.outputs.ARCHITECTURE }}' \\\n  -c '${{ steps.flutter-action.outputs.CACHE-PATH }}' \\\n  -d '${{ steps.flutter-action.outputs.PUB-CACHE-PATH }}' \\\n  ${{ steps.flutter-action.outputs.CHANNEL }}\n"}]},"default_branch":"main","path":null},"repo_metadata":{"id":37644214,"uuid":"202116560","full_name":"subosito/flutter-action","owner":"subosito","description":"Flutter environment for use in GitHub Actions. It works on Linux, Windows, and macOS.","archived":false,"fork":false,"pushed_at":"2026-04-30T00:12:47.000Z","size":1181,"stargazers_count":2609,"open_issues_count":24,"forks_count":271,"subscribers_count":11,"default_branch":"main","last_synced_at":"2026-09-24T00:33:02.797Z","etag":null,"topics":["actions","dart","flutter","github-actions"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/subosito.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yaml","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["subosito"]}},"created_at":"2019-08-13T10:03:00.000Z","updated_at":"2026-09-23T22:09:36.000Z","dependencies_parsed_at":"2023-02-10T02:15:16.500Z","dependency_job_id":"7b3d7c84-f347-427e-b50e-393b0e5d6b1e","html_url":"https://github.com/subosito/flutter-action","commit_stats":{"total_commits":232,"total_committers":29,"mean_commits":8.0,"dds":0.4181034482758621,"last_synced_commit":"f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff"},"previous_names":[],"tags_count":49,"template":false,"template_full_name":null,"purl":"pkg:github/subosito/flutter-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/subosito","download_url":"https://codeload.github.com/subosito/flutter-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/sbom","scorecard":{"id":856882,"data":{"date":"2025-08-11","repo":{"name":"github.com/subosito/flutter-action","commit":"fd55f4c5af5b953cc57a2be44cb082c8f6635e8e"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.7,"checks":[{"name":"Code-Review","score":4,"reason":"Found 12/25 approved changesets -- score normalized to 4","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":5,"reason":"5 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 5","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/workflow.yaml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/workflow.yaml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/subosito/flutter-action/workflow.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/workflow.yaml:127: update your workflow using https://app.stepsecurity.io/secureworkflow/subosito/flutter-action/workflow.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/workflow.yaml:224: update your workflow using https://app.stepsecurity.io/secureworkflow/subosito/flutter-action/workflow.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/workflow.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/subosito/flutter-action/workflow.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/workflow.yaml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/subosito/flutter-action/workflow.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/workflow.yaml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/subosito/flutter-action/workflow.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/workflow.yaml:87: update your workflow using https://app.stepsecurity.io/secureworkflow/subosito/flutter-action/workflow.yaml/main?enable=pin","Info:   0 out of   6 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-24T00:04:11.313Z","repository_id":37644214,"created_at":"2025-08-24T00:04:11.316Z","updated_at":"2025-08-24T00:04:11.316Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":341189360,"owners_count":37637646,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-09-24T02:00:06.325Z","response_time":86,"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"},"owner_record":{"login":"subosito","name":"Alif Rachmawadi","uuid":"73028","kind":"user","description":"","email":"","website":"https://subosito.com","location":"Indonesia","twitter":"subosito","company":null,"icon_url":"https://avatars.githubusercontent.com/u/73028?u=d87d3219862ef20e2440bf6ae78e06a0810c2f75\u0026v=4","repositories_count":26,"last_synced_at":"2024-10-29T15:54:01.453Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/subosito","funding_links":["https://github.com/sponsors/subosito"],"total_stars":3662,"followers":199,"following":39,"created_at":"2022-11-02T18:22:37.585Z","updated_at":"2024-10-29T15:54:01.454Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/subosito","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/subosito/repositories"},"tags":[{"name":"v2.23.0","sha":"1a449444c387b1966244ae4d4f8c696479add0b2","kind":"commit","published_at":"2026-03-25T10:24:42.000Z","download_url":"https://codeload.github.com/subosito/flutter-action/tar.gz/v2.23.0","html_url":"https://github.com/subosito/flutter-action/releases/tag/v2.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/subosito/flutter-action@v2.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags/v2.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags/v2.23.0/manifests"},{"name":"v2.22.0","sha":"0ca7a949e71ae44c8e688a51c5e7e93b2c87e295","kind":"commit","published_at":"2026-03-17T12:23:10.000Z","download_url":"https://codeload.github.com/subosito/flutter-action/tar.gz/v2.22.0","html_url":"https://github.com/subosito/flutter-action/releases/tag/v2.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/subosito/flutter-action@v2.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags/v2.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags/v2.22.0/manifests"},{"name":"v2.21.0","sha":"fd55f4c5af5b953cc57a2be44cb082c8f6635e8e","kind":"commit","published_at":"2025-06-24T21:50:48.000Z","download_url":"https://codeload.github.com/subosito/flutter-action/tar.gz/v2.21.0","html_url":"https://github.com/subosito/flutter-action/releases/tag/v2.21.0","dependencies_parsed_at":"2025-06-25T04:11:01.052Z","dependency_job_id":null,"purl":"pkg:github/subosito/flutter-action@v2.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags/v2.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags/v2.21.0/manifests"},{"name":"v2.20.0","sha":"395322a6cded4e9ed503aebd4cc1965625f8e59a","kind":"commit","published_at":"2025-06-10T07:21:26.000Z","download_url":"https://codeload.github.com/subosito/flutter-action/tar.gz/v2.20.0","html_url":"https://github.com/subosito/flutter-action/releases/tag/v2.20.0","dependencies_parsed_at":"2025-06-12T04:26:47.973Z","dependency_job_id":null,"purl":"pkg:github/subosito/flutter-action@v2.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags/v2.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags/v2.20.0/manifests"},{"name":"v2.19.0","sha":"e938fdf56512cc96ef2f93601a5a40bde3801046","kind":"commit","published_at":"2025-03-24T20:47:02.000Z","download_url":"https://codeload.github.com/subosito/flutter-action/tar.gz/v2.19.0","html_url":"https://github.com/subosito/flutter-action/releases/tag/v2.19.0","dependencies_parsed_at":"2025-03-29T04:04:42.490Z","dependency_job_id":null,"purl":"pkg:github/subosito/flutter-action@v2.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags/v2.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags/v2.19.0/manifests"},{"name":"v2.18.0","sha":"f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff","kind":"commit","published_at":"2024-12-03T20:06:22.000Z","download_url":"https://codeload.github.com/subosito/flutter-action/tar.gz/v2.18.0","html_url":"https://github.com/subosito/flutter-action/releases/tag/v2.18.0","dependencies_parsed_at":"2024-12-04T04:19:23.966Z","dependency_job_id":null,"purl":"pkg:github/subosito/flutter-action@v2.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags/v2.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags/v2.18.0/manifests"},{"name":"v2.17.0","sha":"74af56c5ed2697ba4621264652728e8d217e53d3","kind":"commit","published_at":"2024-11-23T22:26:19.000Z","download_url":"https://codeload.github.com/subosito/flutter-action/tar.gz/v2.17.0","html_url":"https://github.com/subosito/flutter-action/releases/tag/v2.17.0","dependencies_parsed_at":"2024-11-24T04:07:19.301Z","dependency_job_id":null,"purl":"pkg:github/subosito/flutter-action@v2.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags/v2.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags/v2.17.0/manifests"},{"name":"v2.17.0","sha":"74af56c5ed2697ba4621264652728e8d217e53d3","kind":"commit","published_at":"2024-11-23T22:26:19.000Z","download_url":"https://codeload.github.com/subosito/flutter-action/tar.gz/v2.17.0","html_url":"https://github.com/subosito/flutter-action/releases/tag/v2.17.0","dependencies_parsed_at":"2024-11-24T04:07:19.268Z","dependency_job_id":null,"purl":"pkg:github/subosito/flutter-action@v2.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags/v2.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags/v2.17.0/manifests"},{"name":"v2.16.0","sha":"44ac965b96f18d999802d4b807e3256d5a3f9fa1","kind":"commit","published_at":"2024-04-02T12:25:52.000Z","download_url":"https://codeload.github.com/subosito/flutter-action/tar.gz/v2.16.0","html_url":"https://github.com/subosito/flutter-action/releases/tag/v2.16.0","dependencies_parsed_at":"2024-04-04T04:14:01.537Z","dependency_job_id":null,"purl":"pkg:github/subosito/flutter-action@v2.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags/v2.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags/v2.16.0/manifests"},{"name":"v2.15.0","sha":"3d804929922b667a63a229bc59037807f969e885","kind":"commit","published_at":"2024-04-01T02:07:29.000Z","download_url":"https://codeload.github.com/subosito/flutter-action/tar.gz/v2.15.0","html_url":"https://github.com/subosito/flutter-action/releases/tag/v2.15.0","dependencies_parsed_at":"2024-04-02T04:06:58.091Z","dependency_job_id":null,"purl":"pkg:github/subosito/flutter-action@v2.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags/v2.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags/v2.15.0/manifests"},{"name":"v2.14.0","sha":"1c5eb12d812966ca84680edc38353a0851c8fd56","kind":"tag","published_at":"2024-03-20T05:16:18.000Z","download_url":"https://codeload.github.com/subosito/flutter-action/tar.gz/v2.14.0","html_url":"https://github.com/subosito/flutter-action/releases/tag/v2.14.0","dependencies_parsed_at":"2024-03-22T04:17:05.994Z","dependency_job_id":null,"purl":"pkg:github/subosito/flutter-action@v2.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags/v2.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags/v2.14.0/manifests"},{"name":"v2.13.0","sha":"62f096cacda5168a3bd7b95793373be14fa4fbaf","kind":"tag","published_at":"2024-03-01T09:17:21.000Z","download_url":"https://codeload.github.com/subosito/flutter-action/tar.gz/v2.13.0","html_url":"https://github.com/subosito/flutter-action/releases/tag/v2.13.0","dependencies_parsed_at":"2024-03-03T04:16:49.697Z","dependency_job_id":null,"purl":"pkg:github/subosito/flutter-action@v2.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags/v2.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags/v2.13.0/manifests"},{"name":"v2.12.0","sha":"2783a3f08e1baf891508463f8c6653c258246225","kind":"tag","published_at":"2023-11-01T11:04:24.000Z","download_url":"https://codeload.github.com/subosito/flutter-action/tar.gz/v2.12.0","html_url":"https://github.com/subosito/flutter-action/releases/tag/v2.12.0","dependencies_parsed_at":"2023-11-03T04:05:35.386Z","dependency_job_id":null,"purl":"pkg:github/subosito/flutter-action@v2.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags/v2.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags/v2.12.0/manifests"},{"name":"v2.11.0","sha":"cc97e1648fff6ca5cc647fa67f47e70f7895510b","kind":"tag","published_at":"2023-10-11T08:59:53.000Z","download_url":"https://codeload.github.com/subosito/flutter-action/tar.gz/v2.11.0","html_url":"https://github.com/subosito/flutter-action/releases/tag/v2.11.0","dependencies_parsed_at":"2023-10-13T04:49:20.243Z","dependency_job_id":null,"purl":"pkg:github/subosito/flutter-action@v2.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags/v2.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags/v2.11.0/manifests"},{"name":"v2.10.0","sha":"48cafc24713cca54bbe03cdc3a423187d413aafa","kind":"tag","published_at":"2023-03-22T22:59:56.000Z","download_url":"https://codeload.github.com/subosito/flutter-action/tar.gz/v2.10.0","html_url":"https://github.com/subosito/flutter-action/releases/tag/v2.10.0","dependencies_parsed_at":"2023-07-20T20:44:49.029Z","dependency_job_id":null,"purl":"pkg:github/subosito/flutter-action@v2.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags/v2.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags/v2.10.0/manifests"},{"name":"v2.9.1","sha":"1508160852fb97248640997f7cfb38da241df0ba","kind":"tag","published_at":"2023-03-22T01:58:07.000Z","download_url":"https://codeload.github.com/subosito/flutter-action/tar.gz/v2.9.1","html_url":"https://github.com/subosito/flutter-action/releases/tag/v2.9.1","dependencies_parsed_at":"2023-07-20T20:44:49.613Z","dependency_job_id":null,"purl":"pkg:github/subosito/flutter-action@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"88cab4064b0a5145b0b53b42565b68248a3d7bcb","kind":"tag","published_at":"2023-03-21T15:34:10.000Z","download_url":"https://codeload.github.com/subosito/flutter-action/tar.gz/v2.9.0","html_url":"https://github.com/subosito/flutter-action/releases/tag/v2.9.0","dependencies_parsed_at":"2023-07-20T20:44:46.890Z","dependency_job_id":null,"purl":"pkg:github/subosito/flutter-action@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags/v2.9.0/manifests"},{"name":"v2.8.0","sha":"dbf1fa04f4d2e52c33185153d06cdb5443aa189d","kind":"tag","published_at":"2022-10-12T23:33:05.000Z","download_url":"https://codeload.github.com/subosito/flutter-action/tar.gz/v2.8.0","html_url":"https://github.com/subosito/flutter-action/releases/tag/v2.8.0","dependencies_parsed_at":"2023-07-20T20:44:49.200Z","dependency_job_id":null,"purl":"pkg:github/subosito/flutter-action@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags/v2.8.0/manifests"},{"name":"v2","sha":"1e6ee87cb840500837bcd50a667fb28815d8e310","kind":"tag","published_at":"2022-09-17T00:17:32.000Z","download_url":"https://codeload.github.com/subosito/flutter-action/tar.gz/v2","html_url":"https://github.com/subosito/flutter-action/releases/tag/v2","dependencies_parsed_at":"2023-07-20T20:44:49.035Z","dependency_job_id":null,"purl":"pkg:github/subosito/flutter-action@v2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags/v2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags/v2/manifests"},{"name":"v2.7.1","sha":"1e6ee87cb840500837bcd50a667fb28815d8e310","kind":"tag","published_at":"2022-09-17T00:17:25.000Z","download_url":"https://codeload.github.com/subosito/flutter-action/tar.gz/v2.7.1","html_url":"https://github.com/subosito/flutter-action/releases/tag/v2.7.1","dependencies_parsed_at":"2023-07-20T20:44:49.193Z","dependency_job_id":null,"purl":"pkg:github/subosito/flutter-action@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"de3cdb9a4b2f535dc0fa0da445a46b10b1bfefc7","kind":"tag","published_at":"2022-09-08T02:19:31.000Z","download_url":"https://codeload.github.com/subosito/flutter-action/tar.gz/v2.7.0","html_url":"https://github.com/subosito/flutter-action/releases/tag/v2.7.0","dependencies_parsed_at":"2023-07-20T20:44:46.572Z","dependency_job_id":null,"purl":"pkg:github/subosito/flutter-action@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags/v2.7.0/manifests"},{"name":"v2.6.2","sha":"9d48f4efd5460d7013af812069d08b23f37aed20","kind":"tag","published_at":"2022-08-25T13:10:44.000Z","download_url":"https://codeload.github.com/subosito/flutter-action/tar.gz/v2.6.2","html_url":"https://github.com/subosito/flutter-action/releases/tag/v2.6.2","dependencies_parsed_at":"2023-07-20T20:44:46.359Z","dependency_job_id":null,"purl":"pkg:github/subosito/flutter-action@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"6c2e035f2692eeac890d854df95630c72673f130","kind":"tag","published_at":"2022-07-26T10:52:05.000Z","download_url":"https://codeload.github.com/subosito/flutter-action/tar.gz/v2.6.1","html_url":"https://github.com/subosito/flutter-action/releases/tag/v2.6.1","dependencies_parsed_at":"2023-07-20T20:44:45.359Z","dependency_job_id":null,"purl":"pkg:github/subosito/flutter-action@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"c30358aafe5ae8e54d1ee4cbba0220fb4b311958","kind":"tag","published_at":"2022-07-26T06:26:26.000Z","download_url":"https://codeload.github.com/subosito/flutter-action/tar.gz/v2.6.0","html_url":"https://github.com/subosito/flutter-action/releases/tag/v2.6.0","dependencies_parsed_at":"2023-07-20T20:44:49.555Z","dependency_job_id":null,"purl":"pkg:github/subosito/flutter-action@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags/v2.6.0/manifests"},{"name":"v2.5.0","sha":"b1d33bca250325e536d154a6ae802a463c52bc57","kind":"tag","published_at":"2022-07-25T12:51:54.000Z","download_url":"https://codeload.github.com/subosito/flutter-action/tar.gz/v2.5.0","html_url":"https://github.com/subosito/flutter-action/releases/tag/v2.5.0","dependencies_parsed_at":"2023-07-20T20:44:49.583Z","dependency_job_id":null,"purl":"pkg:github/subosito/flutter-action@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags/v2.5.0/manifests"},{"name":"v2.4.0","sha":"d8687e6979e8ef66d2b2970e2c92c1d8e801d7bf","kind":"tag","published_at":"2022-04-25T13:14:14.000Z","download_url":"https://codeload.github.com/subosito/flutter-action/tar.gz/v2.4.0","html_url":"https://github.com/subosito/flutter-action/releases/tag/v2.4.0","dependencies_parsed_at":"2023-07-20T20:44:49.175Z","dependency_job_id":null,"purl":"pkg:github/subosito/flutter-action@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags/v2.4.0/manifests"},{"name":"v2.3.0","sha":"5e1529bc12adae5b26f30f0a4046ac743d6f0c5d","kind":"tag","published_at":"2022-02-07T23:45:44.000Z","download_url":"https://codeload.github.com/subosito/flutter-action/tar.gz/v2.3.0","html_url":"https://github.com/subosito/flutter-action/releases/tag/v2.3.0","dependencies_parsed_at":"2023-07-20T20:44:46.872Z","dependency_job_id":null,"purl":"pkg:github/subosito/flutter-action@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags/v2.3.0/manifests"},{"name":"v2.2.1","sha":"d5878a0492e1bc2b588e8e7480e4f12150ddf393","kind":"tag","published_at":"2022-01-24T04:47:49.000Z","download_url":"https://codeload.github.com/subosito/flutter-action/tar.gz/v2.2.1","html_url":"https://github.com/subosito/flutter-action/releases/tag/v2.2.1","dependencies_parsed_at":"2023-07-20T20:44:45.728Z","dependency_job_id":null,"purl":"pkg:github/subosito/flutter-action@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"31089a7435740bf0fd0a0d59e70be45bdc6390ee","kind":"tag","published_at":"2022-01-13T22:55:36.000Z","download_url":"https://codeload.github.com/subosito/flutter-action/tar.gz/v2.2.0","html_url":"https://github.com/subosito/flutter-action/releases/tag/v2.2.0","dependencies_parsed_at":"2023-07-20T20:44:46.881Z","dependency_job_id":null,"purl":"pkg:github/subosito/flutter-action@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags/v2.2.0/manifests"},{"name":"v2.1.0","sha":"03e576dcd69668a83921c20867bd39a0c3474d25","kind":"tag","published_at":"2022-01-10T09:16:32.000Z","download_url":"https://codeload.github.com/subosito/flutter-action/tar.gz/v2.1.0","html_url":"https://github.com/subosito/flutter-action/releases/tag/v2.1.0","dependencies_parsed_at":"2023-07-20T20:44:49.284Z","dependency_job_id":null,"purl":"pkg:github/subosito/flutter-action@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags/v2.1.0/manifests"},{"name":"v2.0.4","sha":"f95a8c953b15637d76e6c0988b765c93f472a5d8","kind":"tag","published_at":"2022-01-07T04:57:35.000Z","download_url":"https://codeload.github.com/subosito/flutter-action/tar.gz/v2.0.4","html_url":"https://github.com/subosito/flutter-action/releases/tag/v2.0.4","dependencies_parsed_at":"2023-07-20T20:44:46.863Z","dependency_job_id":null,"purl":"pkg:github/subosito/flutter-action@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"59a5481c7da7f4ed867e1486c658dee3a7af826a","kind":"tag","published_at":"2022-01-06T10:47:29.000Z","download_url":"https://codeload.github.com/subosito/flutter-action/tar.gz/v2.0.3","html_url":"https://github.com/subosito/flutter-action/releases/tag/v2.0.3","dependencies_parsed_at":"2023-07-20T20:44:49.175Z","dependency_job_id":null,"purl":"pkg:github/subosito/flutter-action@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"4686a99fc5a070bee0fd333974b06e55532d53c1","kind":"tag","published_at":"2022-01-06T09:56:59.000Z","download_url":"https://codeload.github.com/subosito/flutter-action/tar.gz/v2.0.2","html_url":"https://github.com/subosito/flutter-action/releases/tag/v2.0.2","dependencies_parsed_at":"2023-07-20T20:44:49.380Z","dependency_job_id":null,"purl":"pkg:github/subosito/flutter-action@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"2f01469b02b4babe03be0f3fe98c1debca5515ab","kind":"tag","published_at":"2022-01-06T09:36:03.000Z","download_url":"https://codeload.github.com/subosito/flutter-action/tar.gz/v2.0.1","html_url":"https://github.com/subosito/flutter-action/releases/tag/v2.0.1","dependencies_parsed_at":"2023-07-20T20:44:49.447Z","dependency_job_id":null,"purl":"pkg:github/subosito/flutter-action@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags/v2.0.1/manifests"},{"name":"v1","sha":"4389e6cbc6cb8a4b18c628ff96ff90be0e926aa8","kind":"tag","published_at":"2021-06-14T04:33:29.000Z","download_url":"https://codeload.github.com/subosito/flutter-action/tar.gz/v1","html_url":"https://github.com/subosito/flutter-action/releases/tag/v1","dependencies_parsed_at":"2023-07-20T20:44:46.904Z","dependency_job_id":null,"purl":"pkg:github/subosito/flutter-action@v1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags/v1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags/v1/manifests"},{"name":"v1.5.3","sha":"4389e6cbc6cb8a4b18c628ff96ff90be0e926aa8","kind":"tag","published_at":"2021-06-14T04:33:09.000Z","download_url":"https://codeload.github.com/subosito/flutter-action/tar.gz/v1.5.3","html_url":"https://github.com/subosito/flutter-action/releases/tag/v1.5.3","dependencies_parsed_at":"2023-07-20T20:44:49.573Z","dependency_job_id":null,"purl":"pkg:github/subosito/flutter-action@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags/v1.5.3/manifests"},{"name":"v1.5.2","sha":"a471b152dc24d8bd16d997a8a394da64cca9c785","kind":"tag","published_at":"2021-06-11T08:35:04.000Z","download_url":"https://codeload.github.com/subosito/flutter-action/tar.gz/v1.5.2","html_url":"https://github.com/subosito/flutter-action/releases/tag/v1.5.2","dependencies_parsed_at":"2023-07-20T20:44:49.359Z","dependency_job_id":null,"purl":"pkg:github/subosito/flutter-action@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags/v1.5.2/manifests"},{"name":"v1.5.1","sha":"5188e412814bdb5c63ee55c548f2448044a673de","kind":"tag","published_at":"2021-06-02T03:49:36.000Z","download_url":"https://codeload.github.com/subosito/flutter-action/tar.gz/v1.5.1","html_url":"https://github.com/subosito/flutter-action/releases/tag/v1.5.1","dependencies_parsed_at":"2023-07-20T20:44:46.959Z","dependency_job_id":null,"purl":"pkg:github/subosito/flutter-action@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags/v1.5.1/manifests"},{"name":"v1.5.0","sha":"13141e86c32423e7149fd978cbb2f10efba68274","kind":"tag","published_at":"2021-04-26T15:06:29.000Z","download_url":"https://codeload.github.com/subosito/flutter-action/tar.gz/v1.5.0","html_url":"https://github.com/subosito/flutter-action/releases/tag/v1.5.0","dependencies_parsed_at":"2023-07-20T20:44:46.906Z","dependency_job_id":null,"purl":"pkg:github/subosito/flutter-action@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags/v1.5.0/manifests"},{"name":"v1.4.0","sha":"26bf50084a0c218b5b715a3641c36eac84fd2136","kind":"tag","published_at":"2020-10-08T02:20:45.000Z","download_url":"https://codeload.github.com/subosito/flutter-action/tar.gz/v1.4.0","html_url":"https://github.com/subosito/flutter-action/releases/tag/v1.4.0","dependencies_parsed_at":"2023-07-20T20:44:45.034Z","dependency_job_id":null,"purl":"pkg:github/subosito/flutter-action@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags/v1.4.0/manifests"},{"name":"v1.3.2","sha":"40bc2f6940785fd81048dc949a68866be510469e","kind":"tag","published_at":"2020-05-09T04:04:35.000Z","download_url":"https://codeload.github.com/subosito/flutter-action/tar.gz/v1.3.2","html_url":"https://github.com/subosito/flutter-action/releases/tag/v1.3.2","dependencies_parsed_at":"2023-07-20T20:44:51.326Z","dependency_job_id":null,"purl":"pkg:github/subosito/flutter-action@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"794e42ad48b6f61cd681203e13314877b81cb77a","kind":"tag","published_at":"2020-04-30T02:49:27.000Z","download_url":"https://codeload.github.com/subosito/flutter-action/tar.gz/v1.3.1","html_url":"https://github.com/subosito/flutter-action/releases/tag/v1.3.1","dependencies_parsed_at":"2023-07-20T20:44:46.942Z","dependency_job_id":null,"purl":"pkg:github/subosito/flutter-action@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"c1bf65eb311fe29b5bc99d6e91c4498decde268a","kind":"tag","published_at":"2020-04-14T02:48:30.000Z","download_url":"https://codeload.github.com/subosito/flutter-action/tar.gz/v1.3.0","html_url":"https://github.com/subosito/flutter-action/releases/tag/v1.3.0","dependencies_parsed_at":"2023-07-20T20:44:49.253Z","dependency_job_id":null,"purl":"pkg:github/subosito/flutter-action@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags/v1.3.0/manifests"},{"name":"v1.2.0","sha":"ce9c1a9cd2827ea0033f6e28370bf6ed99b5f181","kind":"tag","published_at":"2020-03-04T17:38:24.000Z","download_url":"https://codeload.github.com/subosito/flutter-action/tar.gz/v1.2.0","html_url":"https://github.com/subosito/flutter-action/releases/tag/v1.2.0","dependencies_parsed_at":"2023-07-20T20:44:46.295Z","dependency_job_id":null,"purl":"pkg:github/subosito/flutter-action@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags/v1.2.0/manifests"},{"name":"v1.1.1","sha":"b6f5cc2b39158211ac2b08362e9e813c8c8e0741","kind":"tag","published_at":"2019-08-26T05:40:30.000Z","download_url":"https://codeload.github.com/subosito/flutter-action/tar.gz/v1.1.1","html_url":"https://github.com/subosito/flutter-action/releases/tag/v1.1.1","dependencies_parsed_at":"2023-07-20T20:44:45.714Z","dependency_job_id":null,"purl":"pkg:github/subosito/flutter-action@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"0fdcd6ee162ed8ac31e0028aa1e062a55fb13323","kind":"tag","published_at":"2019-08-18T14:25:51.000Z","download_url":"https://codeload.github.com/subosito/flutter-action/tar.gz/v1.1.0","html_url":"https://github.com/subosito/flutter-action/releases/tag/v1.1.0","dependencies_parsed_at":"2023-07-20T20:44:46.914Z","dependency_job_id":null,"purl":"pkg:github/subosito/flutter-action@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags/v1.1.0/manifests"},{"name":"v1.0.2","sha":"b14481040ac00cb45d01dbffeab7ca93667de5c6","kind":"tag","published_at":"2019-08-16T08:37:29.000Z","download_url":"https://codeload.github.com/subosito/flutter-action/tar.gz/v1.0.2","html_url":"https://github.com/subosito/flutter-action/releases/tag/v1.0.2","dependencies_parsed_at":"2023-07-20T20:44:49.568Z","dependency_job_id":null,"purl":"pkg:github/subosito/flutter-action@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"f91c7a64ef92021593a5836d21f2aae76adee651","kind":"tag","published_at":"2019-08-14T01:07:50.000Z","download_url":"https://codeload.github.com/subosito/flutter-action/tar.gz/v1.0.1","html_url":"https://github.com/subosito/flutter-action/releases/tag/v1.0.1","dependencies_parsed_at":"2023-07-20T20:44:45.075Z","dependency_job_id":null,"purl":"pkg:github/subosito/flutter-action@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"c9e501d1b14523ca9c78548d1173d377d1facac0","kind":"tag","published_at":"2019-08-13T22:51:31.000Z","download_url":"https://codeload.github.com/subosito/flutter-action/tar.gz/v1.0.0","html_url":"https://github.com/subosito/flutter-action/releases/tag/v1.0.0","dependencies_parsed_at":"2023-07-20T20:44:49.396Z","dependency_job_id":null,"purl":"pkg:github/subosito/flutter-action@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2026-09-24T16:26:07.188Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":7987,"rankings":{"downloads":null,"dependent_repos_count":0.18380605292346697,"dependent_packages_count":0.0,"stargazers_count":0.11091744572967835,"forks_count":0.37078117572492475,"docker_downloads_count":1.3690381872920299,"average":0.40690857233401995},"purl":"pkg:githubactions/subosito/flutter-action","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/subosito/flutter-action","docker_dependents_count":1,"docker_downloads_count":18164,"usage_url":"https://repos.ecosyste.ms/usage/actions/subosito/flutter-action","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/subosito/flutter-action/dependencies","status":null,"funding_links":["https://github.com/sponsors/subosito"],"critical":true,"issue_metadata":{"last_synced_at":"2026-09-24T04:54:18.149Z","issues_count":166,"pull_requests_count":105,"avg_time_to_close_issue":6502595.792857143,"avg_time_to_close_pull_request":4923402.86,"issues_closed_count":140,"pull_requests_closed_count":100,"pull_request_authors_count":38,"issue_authors_count":147,"avg_comments_per_issue":2.1566265060240966,"avg_comments_per_pull_request":1.1428571428571428,"merged_pull_requests_count":77,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":1,"past_year_pull_requests_count":1,"past_year_avg_time_to_close_issue":588.0,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":1,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":1,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":1.0,"past_year_avg_comments_per_pull_request":2.0,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/subosito%2Fflutter-action/issues","maintainers":[{"login":"bartekpacia","count":34,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartekpacia"},{"login":"subosito","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/subosito"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/subosito%2Fflutter-action/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/subosito%2Fflutter-action/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/subosito%2Fflutter-action/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/subosito%2Fflutter-action/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/subosito%2Fflutter-action/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/subosito%2Fflutter-action/codemeta","maintainers":[]}