Skip to content

Conversation

@lohanidamodar
Copy link
Member

@lohanidamodar lohanidamodar commented Nov 11, 2025

What does this PR do?

  • Enable Flutter 3.35 version
  • Enable Dart 3.9 version

Test Plan

  • Existing tests

Related PRs and Issues

(If this PR is related to any other PR or resolves any issue or related to any issue link all related PR and issues here.)

Have you read the Contributing Guidelines on issues?

YES

Summary by CodeRabbit

  • New Features
    • Added support for Flutter runtime version 3.35.4, available for X86 and ARM64 architectures.
    • Added support for Dart runtime version 3.9.3, available across supported architectures.

@coderabbitai
Copy link

coderabbitai bot commented Nov 11, 2025

Walkthrough

Adds two new runtime entries in src/Runtimes/Runtimes.php: a Dart runtime version 3.9 (image openruntimes/dart:<version>-3.9, tag dart:3.9.3) applied to architectures X86, ARM64, ARMV7, ARMV8; and a Flutter runtime version 3.35 (image ghcr.io/cirruslabs/flutter:3.35.4, tag openruntimes/flutter:<version>-3.35) for X86 and ARM64. No other runtime configurations are changed.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

  • src/Runtimes/Runtimes.php — verify the new Dart and Flutter entries are syntactically correct and follow existing structure
  • Confirm image names, versions and tag formats match repository conventions and architecture lists are accurate

Pre-merge checks and finishing touches

✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately reflects the main changes: adding Flutter 3.35 and Dart 3.9 runtime versions to the codebase.
Docstring Coverage ✅ Passed Docstring coverage is 100.00% which is sufficient. The required threshold is 80.00%.
✨ Finishing touches
  • 📝 Generate docstrings
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch feat-flutter-335

📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between cf32888 and 9e25d3c.

📒 Files selected for processing (1)
  • src/Runtimes/Runtimes.php (2 hunks)
🚧 Files skipped from review as they are similar to previous changes (1)
  • src/Runtimes/Runtimes.php

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@lohanidamodar lohanidamodar changed the title Feat: Flutter 3.35 Feat: Flutter 3.35 and Dart 3.9 Nov 11, 2025
@lohanidamodar lohanidamodar merged commit e5c1425 into main Nov 11, 2025
7 checks passed
@lohanidamodar lohanidamodar deleted the feat-flutter-335 branch November 11, 2025 13:44
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.

3 participants