制作可折叠的个人资料屏幕,将个人资料图片固定到应用栏。

huangapple go评论63阅读模式
英文:

Make collapsible profile screen which pins profile picture to appbar

问题

我正在尝试实现以下屏幕转换,但在如何进行操作方面遇到了挑战。

制作可折叠的个人资料屏幕,将个人资料图片固定到应用栏。 制作可折叠的个人资料屏幕,将个人资料图片固定到应用栏。

英文:

I am trying to implement the following screen transition and I am facing challenges on how to go about it.

制作可折叠的个人资料屏幕,将个人资料图片固定到应用栏。 制作可折叠的个人资料屏幕,将个人资料图片固定到应用栏。

答案1

得分: 1

你需要使用的小部件是SliverAppBar。您可以查看以下参考资料:

  • Flutter的介绍:https://www.youtube.com/watch?v=mSc7qFzxHDw
  • SliverAppBar类:https://api.flutter.dev/flutter/material/SliverAppBar-class.html
  • FlexibleSpaceBar类:https://api.flutter.dev/flutter/material/FlexibleSpaceBar-class.html
  • 自定义SliverAppBar:https://stackoverflow.com/questions/71470499
英文:

The widget you need to use is SliverAppBar. You can checkout these references:

huangapple
  • 本文由 发表于 2023年6月9日 01:53:25
  • 转载请务必保留本文链接:https://go.coder-hub.com/76434512.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定