Skip to content

Add GitHub Actions workflow for publishing Flutter package to pub.dev#91

Merged
gabrielbmoro merged 2 commits intomainfrom
feature/jujuba-svg-workflow-flutter
Feb 14, 2026
Merged

Add GitHub Actions workflow for publishing Flutter package to pub.dev#91
gabrielbmoro merged 2 commits intomainfrom
feature/jujuba-svg-workflow-flutter

Conversation

@gabrielbmoro
Copy link
Collaborator

Add GitHub Actions workflow for publishing Flutter package to pub.dev

Description 📑

  • Add GitHub Actions workflow for publishing Flutter package to pub.dev

--

Issues 🔖

--

Screenshots or Videos 📸

--

@github-actions
Copy link
Contributor

github-actions bot commented Feb 14, 2026

🦙 MegaLinter status: ⚠️ WARNING

Descriptor Linter Files Fixed Errors Warnings Elapsed time
✅ HTML htmlhint 1 0 0 0.67s
⚠️ JAVASCRIPT standard 2 2 1 0 2.37s
✅ KOTLIN detekt yes no no 3.61s
✅ MARKDOWN markdown-table-formatter 11 0 0 0 0.34s
✅ YAML prettier 15 7 0 0 0.9s

See detailed report in MegaLinter reports

MegaLinter is graciously provided by OX Security

permissions:
id-token: write # Required for authentication using OIDC
uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1
# with:
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a need for Lines 14 and 15 with these comments?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's awsome Luis, I will remove them. I just copy this workflow from Flutter Admin dashboard. As soon I update that I will let you know!!

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done ✅

Copy link

@luisgs7 luisgs7 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Based on my experience implementing CI/CD, it is well implemented and functional.

@gabrielbmoro gabrielbmoro merged commit 88792a7 into main Feb 14, 2026
2 checks passed
@gabrielbmoro gabrielbmoro deleted the feature/jujuba-svg-workflow-flutter branch February 14, 2026 14:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Create a workflow to publish the flutter library

2 participants