Skip to content

Add Dart 3.11 and Flutter 3.41 runtime versions#102

Merged
lohanidamodar merged 1 commit intomainfrom
claude/add-flutter-3.41-SAU8m
Apr 1, 2026
Merged

Add Dart 3.11 and Flutter 3.41 runtime versions#102
lohanidamodar merged 1 commit intomainfrom
claude/add-flutter-3.41-SAU8m

Conversation

@lohanidamodar
Copy link
Copy Markdown
Member

Summary

This PR adds support for two new runtime versions: Dart 3.11.0 and Flutter 3.41.0 to the available runtimes configuration.

Changes

  • Added Dart 3.11.0 runtime with support for X86, ARM64, ARMV7, and ARMV8 architectures
  • Added Flutter 3.41.0 runtime with support for X86 and ARM64 architectures

Both versions follow the existing pattern and configuration structure used for previous runtime versions.

https://claude.ai/code/session_01Q1h8HWEYh7Q5G5xhn7qTdL

@greptile-apps
Copy link
Copy Markdown

greptile-apps Bot commented Apr 1, 2026

Greptile Summary

This PR adds two new runtime version entries to src/Runtimes/Runtimes.php: Dart 3.11.0 and Flutter 3.41.0. Both additions follow the established pattern in the file and align with real, published releases.

  • Dart 3.11: Added with the dart:3.11.0 base image (confirmed present on Docker Hub) and full architecture support (X86, ARM64, ARMV7, ARMV8), consistent with all other Dart 3.x entries.
  • Flutter 3.41: Added with the ghcr.io/cirruslabs/flutter:3.41.0 base image and X86 + ARM64 architectures, matching the pattern of the prior Flutter entries. Flutter 3.41.0 is the current stable release.

No structural or logical issues were found; the additions are minimal, well-formed, and consistent with the existing codebase.

Confidence Score: 5/5

Safe to merge — two additive, non-breaking config entries with verified Docker images

Both additions are one-liner registry entries that exactly mirror the established pattern for prior Dart and Flutter versions. The Docker images (dart:3.11.0 on Docker Hub and ghcr.io/cirruslabs/flutter:3.41.0) are confirmed to exist, and no existing entries are modified. No P0 or P1 issues found.

No files require special attention

Important Files Changed

Filename Overview
src/Runtimes/Runtimes.php Adds Dart 3.11 and Flutter 3.41 entries following the established pattern; both Docker images are confirmed to exist

Reviews (1): Last reviewed commit: "Add Flutter 3.41 and Dart 3.11 runtimes" | Re-trigger Greptile

@lohanidamodar lohanidamodar merged commit aa2f776 into main Apr 1, 2026
7 checks passed
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.

2 participants