Skip to content

feat(ci): added post_setup_command in flutter_package workflow#461

Open
dev-gyata wants to merge 1 commit into
VeryGoodOpenSource:mainfrom
dev-gyata:main
Open

feat(ci): added post_setup_command in flutter_package workflow#461
dev-gyata wants to merge 1 commit into
VeryGoodOpenSource:mainfrom
dev-gyata:main

Conversation

@dev-gyata

@dev-gyata dev-gyata commented Jul 7, 2026

Copy link
Copy Markdown

Status

READY

Description

Adds a new optional post_setup_command input to the flutter_package GitHub Actions workflow. This command runs after the existing setup step and before formatting, analysis, linting, and tests, allowing callers to perform extra specific preparation without modifying the shared workflow.

Example usage:

post_setup_command: |
  flutter pub run build_runner build --delete-conflicting-outputs

Type of Change

  • ✨ New feature (non-breaking change which adds functionality)
  • 🛠️ Bug fix (non-breaking change which fixes an issue)
  • ❌ Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 Code refactor
  • ✅ Build configuration change
  • 📝 Documentation
  • 🗑️ Chore

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Needs Triage

Development

Successfully merging this pull request may close these issues.

1 participant