颤振的英雄过渡高于其他

时间:2019-04-01 19:25:30

标签: android ios dart flutter

我有两个屏幕,中间有2位英雄:

  • 一个是AppBar
  • 第二个是CircularAvatar

两者都在堆栈内,并且显然,CircularAvatar在应用栏上方。

此gif显示了问题:意识到完成转换后,CircularAvatar如何从AppBar的后面出现,然后在它上方出现POPS。

enter image description here

这是我的第一个屏幕(用人的照片沾满卡片): enter image description here

这是我的第二个屏幕: enter image description here

Doctor summary (to see all details, run flutter doctor -v):
[√] Flutter (Channel stable, v1.2.1, on Microsoft Windows [versão 10.0.17763.379], locale pt-BR)
[√] Android toolchain - develop for Android devices (Android SDK version 28.0.3)
[√] Android Studio (version 3.3)
[√] IntelliJ IDEA Community Edition (version 2018.3)
[√] VS Code (version 1.30.1)
[√] Connected device (1 available)

• No issues found!

1 个答案:

答案 0 :(得分:-1)

首先,我认为AppBar中的英雄是不需要的,请尝试删除该英雄,而让您的gridview英雄跳到第二个屏幕Appbar中的下一个位置。