{"id":24562881,"url":"https://github.com/kmartins/workflows","last_synced_at":"2026-05-04T22:36:35.437Z","repository":{"id":56792986,"uuid":"523048811","full_name":"kmartins/workflows","owner":"kmartins","description":" Reusable Github Workflows used in my Dart/Flutter packages and the apps.","archived":false,"fork":false,"pushed_at":"2024-11-18T11:03:57.000Z","size":244,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-21T06:50:03.581Z","etag":null,"topics":["continuous-delivery","dart","firebase","flutter"],"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/kmartins.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"zenodo":null}},"created_at":"2022-08-09T17:34:26.000Z","updated_at":"2023-12-25T03:47:21.000Z","dependencies_parsed_at":"2024-02-03T21:23:08.231Z","dependency_job_id":"7f4d4ecf-0c52-4990-89a3-29794cb76beb","html_url":"https://github.com/kmartins/workflows","commit_stats":null,"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"purl":"pkg:github/kmartins/workflows","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kmartins%2Fworkflows","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kmartins%2Fworkflows/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kmartins%2Fworkflows/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kmartins%2Fworkflows/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kmartins","download_url":"https://codeload.github.com/kmartins/workflows/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kmartins%2Fworkflows/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32628211,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-04T10:08:07.713Z","status":"ssl_error","status_checked_at":"2026-05-04T10:08:02.005Z","response_time":58,"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":["continuous-delivery","dart","firebase","flutter"],"created_at":"2025-01-23T09:18:34.294Z","updated_at":"2026-05-04T22:36:35.419Z","avatar_url":"https://github.com/kmartins.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Workflows - Dart and Flutter\n\n[![ci][ci_badge]][ci_link]\n[![License: MIT][license_badge]][license_link]\n\nReusable [Github Workflows][github_workflows] used in my **Dart/Flutter packages** and the **apps**.\n\nIt's a copy of the [very good workflows][very_good_workflows], but with de some other `workflows` and some different `actions`.\n\n## Here we go\n\nWorkflow for Dart packages\n```yaml\nuses: kmartins/workflows/.github/workflows/dart_package.yaml@v1\n```\n\nWorkflow for Flutter packages\n```yaml\nuses: kmartins/workflows/.github/workflows/flutter_package.yaml@v1\n```\n\nWorkflow for verifying package score on the [pub.dev][pub]\n```yaml\nuses: kmartins/workflows/.github/workflows/pana.yaml@v1\n```\n\nWorkflow for publish your dart package on the [pub.dev][pub]\n```yaml\nuses: kmartins/workflows/.github/workflows/publish_dart_package.yaml@v1\n```\n\nWorkflow for publish your flutter package on the [pub.dev][pub]\n```yaml\nuses: kmartins/workflows/.github/workflows/publish_flutter_package.yaml@v1\n```\n\nWorkflow for your Flutter app - Works with the Firebase\n```yaml\nuses: kmartins/workflows/.github/workflows/flutter_app.yaml@v1\n```\n\nWorkflow for building your Flutter app (There are no check formatting, analysis, and test) - Works with the Firebase\n```yaml\nuses: kmartins/workflows/.github/workflows/build_flutter_app.yaml@v1\n```\n\nWorkflow for ensuring `pull request` title is semantic - [Angular Convention][angular_convention]\n```yaml\nuses: kmartins/workflows/.github/workflows/semantic_pull_request.yaml@v1\n```\n\n\u003e Look at the `workflow` files to know what `inputs` are available.\u003c/br\u003e\n\u003e `Workflows` for the **flutter app** work when **firebase files** are not present in the repository.\n\n## What are the next steps?\n\n- [X] Publish **Dart** and **Flutter** `package` on the [pub.dev][pub]\n- [ ] Publish the **Android** app on the [Play Store][play_store]\n- [ ] Publish the **iO**S app on the [App Store][app_store]\n- [ ] Publish the **macOS** app on the [App Store][app_store]\n- [ ] Deploy **Web** app on the [Firebase Hosting][firebase_hosting]  \n- [X] Firebase Services - [Functions][firebase_functions] and [Firestore][firebase_firestore]\n\n## 📝 Maintainers\n\n[Kauê Martins][github_profile]\n\n## 🤝 Support\n\nDid you like this package? Then give it a ⭐️. If you want to help then:\n\n- **Fork** this repository\n- Send a **Pull Request** with a new `workflow`\n- Share these `workflows`\n- Create **issues** if you find a **bug** or want to **suggest** a new `workflow`\n\n[ci_badge]: https://github.com/kmartins/workflows/actions/workflows/ci.yaml/badge.svg\n[ci_link]: https://github.com/kmartins/workflows/actions\n[license_badge]: https://img.shields.io/badge/license-MIT-blue.svg\n[license_link]: https://opensource.org/licenses/MIT\n[github_workflows]: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions\n[very_good_workflows]: https://github.com/VeryGoodOpenSource/very_good_workflows\n[pub]: https://pub.dev/\n[angular_convention]: https://github.com/angular/angular/blob/22b96b9/CONTRIBUTING.md#-commit-message-guidelines\n[firebase_hosting]: https://firebase.google.com/docs/hosting\n[play_store]: https://developer.android.com/studio/publish\n[app_store]: https://developer.apple.com/app-store/submitting/\n[firebase_functions]: https://firebase.google.com/products/functions\n[firebase_firestore]: https://firebase.google.com/products/firestore\n[github_profile]: https://github.com/kmartins\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkmartins%2Fworkflows","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkmartins%2Fworkflows","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkmartins%2Fworkflows/lists"}