Skip to content

Fullscreen route transition broken on 3.27.0-0.2.pre beta #159289

@kuhnroyal

Description

@kuhnroyal

Steps to reproduce

  • Check the video
  • Run the provided sample with Flutter 3.27.0-0.2.pre and verify the results
  • Run the provided sample with an earlier stable Flutter version which works as expected (I tested with 3.22.3 and 3.24.0)

I think the cause is likely #150031 and created the issue as requested there.

Expected results

The underlying route should not be transitioned out when a fullscreen route is pushed on top.

Actual results

The underlying route is transitioned out to the left side while the fullscreen route is pushed from bottom up. This leads to a broken transition animation.

Code sample

https://github.com/kuhnroyal/flutter_route_transition

Screenshots or Video

Screenshots / Video demonstration

[Upload media here]
Screen_recording_20241121_210951.webm

Logs

Logs
[Paste your logs here]

Flutter Doctor output

Doctor output
[✓] Flutter (Channel beta, 3.27.0-0.2.pre, on macOS 14.7.1 23H222 darwin-arm64, locale de-DE)
    • Flutter version 3.27.0-0.2.pre on channel beta at /Users/########r/fvm/versions/3.27.0-0.2.pre@beta
    • Upstream repository https://github.com/flutter/flutter.git
    • Framework revision fc011960a2 (vor 7 Tagen), 2024-11-14 12:19:18 -0800
    • Engine revision 397deba30f
    • Dart version 3.6.0 (build 3.6.0-334.4.beta)
    • DevTools version 2.40.1

[✓] Android toolchain - develop for Android devices (Android SDK version 35.0.0)
    • Android SDK at /Users/#######/Library/Android/sdk
    • Platform android-35, build-tools 35.0.0
    • ANDROID_HOME = /Users/#######/Library/Android/sdk
    • ANDROID_SDK_ROOT = /Users/#######/Library/Android/sdk
    • Java binary at: /Users/########/Applications/Android Studio.app/Contents/jbr/Contents/Home/bin/java
    • Java version OpenJDK Runtime Environment (build 21.0.3+-79915917-b509.11)
    • All Android licenses accepted.

[!] Xcode - develop for iOS and macOS (Xcode 16.1)
    • Xcode at /Applications/Xcode.app/Contents/Developer
    • Build 16B40
    ✗ CocoaPods installed but not working.
        You appear to have CocoaPods installed but it is not working.
        This can happen if the version of Ruby that CocoaPods was installed with is different from the one being used to invoke it.
        This can usually be fixed by re-installing CocoaPods.
      For re-installation instructions, see https://guides.cocoapods.org/using/getting-started.html#installation

[✓] Chrome - develop for the web
    • Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome

[✓] Android Studio (version 2024.2)
    • Android Studio at /Users/########/Applications/Android Studio.app/Contents
    • Flutter plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/9212-flutter
    • Dart plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/6351-dart
    • Java version OpenJDK Runtime Environment (build 21.0.3+-79915917-b509.11)

[✓] IntelliJ IDEA Ultimate Edition (version 2024.2.4)
    • IntelliJ at /Users/#########/Applications/IntelliJ IDEA Ultimate.app
    • Flutter plugin version 82.1.3
    • Dart plugin version 242.22855.32

[✓] Connected device (4 available)
    • sdk gphone64 arm64 (mobile)     • emulator-5554         • android-arm64  • Android 15 (API 35) (emulator)
    • macOS (desktop)                 • macos                 • darwin-arm64   • macOS 14.7.1 23H222 darwin-arm64
    • Mac Designed for iPad (desktop) • mac-designed-for-ipad • darwin         • macOS 14.7.1 23H222 darwin-arm64
    • Chrome (web)                    • chrome                • web-javascript • Google Chrome 131.0.6778.71
    ! Error: Browsing on the local area network for iPhone 14 Pro Max von ########. Ensure the device is unlocked and attached with a cable or associated with the same local area network as this Mac.
      The device must be opted into Developer Mode to connect wirelessly. (code -27)

[✓] Network resources
    • All expected network resources are available.

! Doctor found issues in 1 category.

Metadata

Metadata

Labels

P1High-priority issues at the top of the work listc: regressionIt was better in the past than it is nowf: routesNavigator, Router, and related APIs.found in release: 3.27Found to occur in 3.27frameworkflutter/packages/flutter repository. See also f: labels.has reproducible stepsThe issue has been confirmed reproducible and is ready to work onr: fixedIssue is closed as already fixed in a newer versionteam-frameworkOwned by Framework team

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions