Skip to content

chore: clean up Flutter 3.44 upgrade aftermath - #334

Merged
rileychh merged 2 commits into
mainfrom
flutter-344-cleanup
Jun 11, 2026
Merged

chore: clean up Flutter 3.44 upgrade aftermath#334
rileychh merged 2 commits into
mainfrom
flutter-344-cleanup

Conversation

@rileychh

Copy link
Copy Markdown
Member

Two pieces of leftover drift from the Flutter 3.44 upgrade (#328), independent of the parked AGP 9 work (#27).

  • 7ed7d0b chore: track stable flutter_secure_storage with darwin 0.4.0 override — replace the 11.0.0-beta.1 prerelease pin with stable 10.3.1, and force flutter_secure_storage_darwin 0.4.0 via dependency_overrides. 0.4.0 carries the SPM iOS-13 CryptoKit fix (raises its Package.swift floor to 13.0) without dragging in a prerelease Dart layer. Verified: Android debug + iOS release build.
  • a949d0b chore(android): commit Flutter migrator gradle.properties flags — the Flutter 3.44 migrator re-adds android.newDsl=false / android.builtInKotlin=false on every build when missing, dirtying the working tree. Committing them stops the drift; inert no-ops under the current AGP 8.

No functional/runtime change; both are build/dependency housekeeping.

rileychh added 2 commits June 11, 2026 17:53
Replace the flutter_secure_storage 11.0.0-beta.1 prerelease pin with the
latest stable (10.3.1), and force flutter_secure_storage_darwin 0.4.0 via
dependency_overrides. 0.4.0 raises the SPM Package.swift iOS floor to 13.0
(matching its CryptoKit usage) so the iOS release build compiles; it is a
pure deployment-target bump over the 0.3.2 that 10.3.1 would otherwise cap
to, with the same platform_interface. This also drops the compileSdk=37
requirement that the 11 beta carried.
The Flutter 3.44 migrator re-adds android.newDsl=false and
android.builtInKotlin=false whenever they are missing, dirtying the working
tree on every build. Commit them so it stops. Both are AGP 9 opt-outs and
inert no-ops under the current AGP 8.
@rileychh-dokploy-riley-ntut-npc

rileychh-dokploy-riley-ntut-npc Bot commented Jun 11, 2026

Copy link
Copy Markdown

Dokploy Preview Deployment

Name Status Preview Updated (UTC)
API Docs ✅ Done Preview URL 2026-06-11T09:58:14.456Z

@github-actions

Copy link
Copy Markdown

PR Preview Builds

Build Number: 1131
Commit: a949d0b
Message: chore(android): commit Flutter migrator gradle.properties flags

@rileychh
rileychh enabled auto-merge June 11, 2026 09:57
@rileychh
rileychh merged commit 2faea09 into main Jun 11, 2026
4 checks passed
@rileychh
rileychh deleted the flutter-344-cleanup branch June 11, 2026 10:07
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