Skip to content

Product update: dart and flutter new runtimes#2845

Merged
atharvadeosthale merged 3 commits intomainfrom
feat-flutter-dart-runtimes
Apr 2, 2026
Merged

Product update: dart and flutter new runtimes#2845
atharvadeosthale merged 3 commits intomainfrom
feat-flutter-dart-runtimes

Conversation

@eldadfux
Copy link
Copy Markdown
Member

@eldadfux eldadfux commented Apr 1, 2026

What does this PR do?

(Provide a description of what this PR does.)

Test Plan

(Write your test plan here. If you changed any code, please provide us with clear instructions on how you verified your changes work.)

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?

(Write your answer here.)

@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps bot commented Apr 1, 2026

Greptile Summary

This PR updates Appwrite's documentation and default configuration to reflect the availability of two new runtimes: Dart 3.11 (for Functions) and Flutter 3.41 (for both Functions and Sites). All changes are content/documentation updates with no application logic involved.

Key changes:

  • New changelog entry (2026-04-02.markdoc) announcing Dart 3.11 and Flutter 3.41 on Appwrite Cloud
  • dart-3.11 and flutter-3.41 added to both "All runtimes" and "Available on Cloud" tabs on the Functions runtimes page
  • Self-hosting configuration examples updated to reference the new runtime versions (dart-3.11 in the Functions guide, flutter-3.41 in the Sites guide)
  • Default _APP_SITES_RUNTIMES in static/install/env bumped from flutter-3.29 to flutter-3.41

All changes are internally consistent and properly cross-referenced across the affected files.

Confidence Score: 5/5

  • Safe to merge — all changes are documentation and default config updates with no application logic affected
  • No P0 or P1 issues found. The changes are straightforward content updates that are consistent across all modified files. The only previously-flagged concern (changelog not explicitly mentioning Flutter 3.41 for Functions) was already noted in prior review threads.
  • No files require special attention

Important Files Changed

Filename Overview
src/routes/changelog/(entries)/2026-04-02.markdoc New changelog entry announcing Flutter 3.41 and Dart 3.11 availability; note that the entry mentions Flutter 3.41 for Sites only, while the runtimes page also adds it to Functions (previously flagged)
src/routes/docs/products/functions/runtimes/+page.markdoc Correctly adds dart-3.11 and flutter-3.41 to both "All runtimes" and "Available on Cloud" tabs; formatting and ordering are consistent with existing entries
src/routes/docs/advanced/self-hosting/configuration/functions/+page.markdoc Example runtime updated from dart-2.15 to dart-3.11 in both prose and code block; change is consistent and accurate
src/routes/docs/advanced/self-hosting/configuration/sites/+page.markdoc Flutter runtime version updated from 3.29 to 3.41 in both prose and code block; consistent with the env file change
static/install/env _APP_SITES_RUNTIMES default updated from flutter-3.29 to flutter-3.41, consistent with all other doc changes in this PR

Reviews (2): Last reviewed commit: "Merge branch 'main' into feat-flutter-da..." | Re-trigger Greptile

@atharvadeosthale atharvadeosthale merged commit 8cca589 into main Apr 2, 2026
5 checks passed
@atharvadeosthale atharvadeosthale deleted the feat-flutter-dart-runtimes branch April 2, 2026 06:02
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