Skip to content

[PAINTROID-797] Update to Flutter 3.41.0#157

Merged
juliajulie95 merged 3 commits into
Catrobat:developfrom
this-is-varunxyz:flutter-3.41-upgrade-v2
Apr 6, 2026
Merged

[PAINTROID-797] Update to Flutter 3.41.0#157
juliajulie95 merged 3 commits into
Catrobat:developfrom
this-is-varunxyz:flutter-3.41-upgrade-v2

Conversation

@this-is-varunxyz
Copy link
Copy Markdown
Member

Jira Link - link
New Features and Enhancements

Upgraded the Flutter engine to 3.41.0 and Dart SDK bounds to ^3.11.0 (updated .fvmrc, pubspec.yaml, and .github/workflows/main.yml).

Upgraded the Android build environment to support modern plugins: updated Gradle wrapper to 8.9, Kotlin to 1.9.24, and compileSdk to 36.

Bumped the intl package dependency to ^0.20.2 to satisfy the new framework requirements.

Refactorings and Bug Fixes

Resolved Matrix4 deprecation warnings in drawing_canvas.dart and hand_tool_test.dart by migrating .translate() and .scale() to .translateByDouble() and .scaleByDouble() with explicit 4-dimensional coordinates.

Silenced unavoidable third-party/generated code warnings (experimental floor @TypeConverters and Mockito must_be_immutable) via // ignore comments to ensure the strict make lint CI check passes successfully.

Checklist
Your checklist for this pull request

Please review the contributing guidelines and wiki pages of this repository.

[x] Include the name of the Jira ticket in the PR’s title (Update if applicable)

[x] Add the link to the ticket in Jira in the description of the PR (Update if applicable)

[x] Include a summary of the changes plus the relevant context

[x] Choose the proper base branch (develop)

[x] Confirm that the changes follow the project’s coding guidelines (Wiki)

[x] Verify that the changes generate no compiler or linter warnings

[x] Perform a self-review of the changes

[x] Verify to commit no other files than the intentionally changed ones

[x] Include reasonable and readable tests verifying the added or changed behavior

[x] Confirm that new and existing tests pass locally

[x] Check that the commits’ message style matches the [project’s guideline](https://github.com/Catrobat/Catroid/wiki/Commit-Message-Guidelines)

[x] Verify that your changes do not have any conflicts with the base branch

[x] After the PR, verify that all CI checks have passed

[ ] Add new information to the [Wiki](https://github.com/Catrobat/Paintroid-Flutter/wiki) (Not applicable for framework upgrades)

@juliajulie95 juliajulie95 merged commit 5a29dcd into Catrobat:develop Apr 6, 2026
1 check 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