Skip to content

Add Flutter/Dart CI workflow#6

Open
Clancey wants to merge 1 commit intomainfrom
clancey/add-flutter-ci-workflow
Open

Add Flutter/Dart CI workflow#6
Clancey wants to merge 1 commit intomainfrom
clancey/add-flutter-ci-workflow

Conversation

@Clancey
Copy link
Copy Markdown
Owner

@Clancey Clancey commented Apr 13, 2026

Adds .github/workflows/flutter-ci.yml to run CI on the Dart/Flutter side of the codebase.

Jobs

Job Command Working dir
analyze flutter analyze flutter_module/
test flutter test flutter_module/
format-check dart format --output=none --set-exit-if-changed flutter_module/lib/

Triggers

  • Push/PR to main when files under flutter_module/, flutter_sharp/, or this workflow change

Notes

  • Uses subosito/flutter-action@v2 on the stable channel with pub cache enabled
  • Handles the local path dependency (flutter_sharp/) automatically via full repo checkout
  • Test job runs against existing flutter_module/test/widget_test.dart

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant